File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ smoketest:
5252wait :
5353 $(eval VERSION_ID := $(shell cat $(IDP_CWD ) /.upload_version_id 2>/dev/null || echo "") )
5454 @if [ -z " $( VERSION_ID) " ]; then echo " Error: No version ID found" ; exit 1; fi
55- $(eval EXECUTION_ID := $(shell poetry run python -c "from idp_cli .util.codepipeline_util import CodePipelineUtil; print(CodePipelineUtil.get_execution_id_by_version('$(IDP_PIPELINE_NAME ) ', '$(VERSION_ID ) ') ) " || echo " FAILED" ))
55+ $(eval EXECUTION_ID := $(shell poetry run python -c "from idpcli .util.codepipeline_util import CodePipelineUtil; print(CodePipelineUtil.get_execution_id_by_version('$(IDP_PIPELINE_NAME ) ', '$(VERSION_ID ) ') ) " || echo " FAILED" ))
5656 @if [ " $( EXECUTION_ID) " = " FAILED" ]; then echo " Error: Failed to find pipeline execution for version $( VERSION_ID) " ; exit 1; fi
5757 poetry run idpcli monitor-pipeline \
5858 --pipeline-name=$(IDP_PIPELINE_NAME ) \
You can’t perform that action at this time.
0 commit comments