We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cfb86 commit b351956Copy full SHA for b351956
buildspec-dockerhub.yml
@@ -12,7 +12,6 @@ phases:
12
- export ACCOUNT=$(echo $CODEBUILD_BUILD_ARN |cut -f5 -d:)
13
- export PROJECT_NAME=$(echo $CODEBUILD_BUILD_ID |sed -e 's/.*pipeline-\(.*\)-artifact.*/\1/'
14
- export IMAGE_REPO_NAME="${docker_hub_username}/$PROJECT_NAME"
15
-ecsdemo-frontend)
16
- echo '***** This is the current env:'
17
- printenv
18
pre_build:
0 commit comments