Skip to content

Commit

Permalink
fix: force rerun pipeline jobs (Azure#1486)
Browse files Browse the repository at this point in the history
* fix: force rerun pipeline jobs
  • Loading branch information
elliotzh authored Jul 14, 2022
1 parent fec87bd commit b04f9b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/run-job.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
job=$1
if [[ -z "$2" ]]
then
if [[ "$job" =~ ^jobs/pipelines-with-components/.* ]]
if [[ "$job" =~ pipeline.yml ]]
then
run_id=$(az ml job create -f $job --query name -o tsv --set settings.force_rerun=True)
else
Expand Down
Empty file added cli/run-pipeline-jobs.sh
Empty file.

0 comments on commit b04f9b8

Please sign in to comment.