Skip to content

Commit

Permalink
Update state_machine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnauGabrielAtienza authored Jan 14, 2025
1 parent 2eabf88 commit 97aa5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/state_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
JENKINS_USER: ${{ secrets.JENKINS_USER }}
JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}
run: |
METADATA_PATH=apps-code/community-apps/appliances/${{ github.event.pull_request.title }}/metadata.yaml
METADATA_PATH="apps-code/community-apps/appliances/${{ github.event.pull_request.title }}/metadata.yaml"
DISTRO=$(yq '.[":app"][":name"]' $METADATA_PATH)
REQUIREMENTS=$(yq '.[":app"][":os"][":base"]' $METADATA_PATH)
ssh -i ~/.ssh/id_rsa gitact@$VPN_SERVER -p 2222 "curl -X POST $JENKINS_URL/job/one-community-distro/buildWithParameters?token=$ONE_DISTRO_TOKEN \
Expand Down

0 comments on commit 97aa5be

Please sign in to comment.