File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ stages:
88 variables :
99 TAG : $[ stageDependencies.setup.env.outputs['EnvironmentalVariables.Tag'] ]
1010 IMAGE_REPO_PATH : $[ format('{0}/', stageDependencies.setup.env.outputs['EnvironmentalVariables.imageRepositoryPath']) ]
11- ${{ if eq(variables.IMAGE_REPO_PATH , '/ ') }} :
11+ ${{ if eq(parameters.dependsOn , 'publish ') }} :
1212 IMAGE_REPO_PATH_REF : ' '
1313 ${{ else }} :
14- IMAGE_REPO_PATH_REF : IMAGE_REPO_PATH
14+ IMAGE_REPO_PATH_REF : $( IMAGE_REPO_PATH)
1515 dependsOn :
1616 - ${{ parameters.dependsOn }}
1717 - setup
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ schedules:
2626 branches :
2727 include : ["master"]
2828 always : true
29- - cron : " 40 7 * * *" # Every day at 3:00 PM PST (23:00 UTC)
29+ - cron : " 38 8 * * *" # Every day at 3:00 PM PST (23:00 UTC)
3030 displayName : " Test Schedule Pipeline"
3131 branches :
3232 include : ["sharifna/pipeline/singularity"]
You can’t perform that action at this time.
0 commit comments