Skip to content

Commit

Permalink
feat: INFRA-877 fix gh action to avoid promts for confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
ihannache committed Jan 17, 2025
1 parent 887c192 commit fb6fe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_set_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: |
./fly -t main login -c https://build.qa.juno.cqdg.ferlab.bio --username ${{ secrets.CQDG_QA_CONCOURSE_USERNAME }} --password ${{ secrets.CQDG_QA_CONCOURSE_PASSWORD }}
- name: Set Pipeline
run: ./fly sp -t main -p cqdg-portal-ui -c ci/pipeline.yml
run: ./fly sp -t main -p cqdg-portal-ui -c ci/pipeline.yml -n

0 comments on commit fb6fe12

Please sign in to comment.