Skip to content

Commit

Permalink
Fixed release phase script name in the ECR deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Apr 8, 2021
1 parent ab86a7a commit 6d40df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paco/application/reseng_deploymentpipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
echo "--------------------------------------------------------------------------"
if [ "${ENABLE_RELEASE_PHASE}" == 'true' ] ; then
echo "Release Phase: start"
/usr/local/bin/paco-ecs-release-phase-${ECR_DEPLOY_LIST[$I]} ${RELEASE_PHASE_TAG}
/usr/local/bin/paco-ecr-deploy-${ECR_DEPLOY_LIST[$I]}-release-phase ${RELEASE_PHASE_TAG}
RET=$?
if [ $RET -ne 0 ] ; then
echo "ERROR: Release Phase failed. Aborting deployment."
Expand Down

0 comments on commit 6d40df1

Please sign in to comment.