Skip to content

Commit 3aa99cb

Browse files
committed
typo
1 parent b351956 commit 3aa99cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-dockerhub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
commands:
1111
- export IMAGE_TAG=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
1212
- export ACCOUNT=$(echo $CODEBUILD_BUILD_ARN |cut -f5 -d:)
13-
- export PROJECT_NAME=$(echo $CODEBUILD_BUILD_ID |sed -e 's/.*pipeline-\(.*\)-artifact.*/\1/'
13+
- export PROJECT_NAME=$(echo $CODEBUILD_BUILD_ID | sed -e 's/.*pipeline-\(.*\)-artifact.*/\1/')
1414
- export IMAGE_REPO_NAME="${docker_hub_username}/$PROJECT_NAME"
1515
- echo '***** This is the current env:'
1616
- printenv

0 commit comments

Comments
 (0)