Skip to content

Commit 9e9600b

Browse files
committed
just extract the var we need
1 parent 4d4dfd1 commit 9e9600b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ phases:
55
commands:
66
- export IMAGE_TAG=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
77
- export ACCOUNT=$(echo $CODEBUILD_BUILD_ARN |cut -f5 -d:)
8-
- export $(cat mu-env.sh)
8+
- export $(grep BASE_URL mu-env.sh)
99
- echo '***** This is the current env:'
1010
- printenv
1111
build:

0 commit comments

Comments
 (0)