Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 0efe815

Browse files
committed
just extract the var we need
1 parent 71a89c8 commit 0efe815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-test.yml

Lines changed: 1 addition & 1 deletion
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)