File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ phases:
81
81
82
82
# push images to ecr
83
83
- $(aws ecr get-login --registry-ids $ACCOUNT --no-include-email --region $AWS_DEFAULT_REGION)
84
- - docker push $PREPROD_IMAGE:$CPU_TAG_PY2
84
+ - push_cmd=" docker push $PREPROD_IMAGE:$CPU_TAG_PY2"
85
85
- execute-command-if-has-matching-changes "$push_cmd" "test/" "docker/*" "buildspec.yml"
86
- - docker push $PREPROD_IMAGE:$GPU_TAG_PY2
86
+ - push_cmd=" docker push $PREPROD_IMAGE:$GPU_TAG_PY2"
87
87
- execute-command-if-has-matching-changes "$push_cmd" "test/" "docker/*" "buildspec.yml"
88
- - docker push $PREPROD_IMAGE:$CPU_TAG_PY3
88
+ - push_cmd=" docker push $PREPROD_IMAGE:$CPU_TAG_PY3"
89
89
- execute-command-if-has-matching-changes "$push_cmd" "test/" "docker/*" "buildspec.yml"
90
- - docker push $PREPROD_IMAGE:$GPU_TAG_PY3
90
+ - push_cmd=" docker push $PREPROD_IMAGE:$GPU_TAG_PY3"
91
91
- execute-command-if-has-matching-changes "$push_cmd" "test/" "docker/*" "buildspec.yml"
92
92
93
93
# launch remote gpu instance
You can’t perform that action at this time.
0 commit comments