We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4dfd1 commit 9e9600bCopy full SHA for 9e9600b
buildspec-test.yml
@@ -5,7 +5,7 @@ phases:
5
commands:
6
- export IMAGE_TAG=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
7
- export ACCOUNT=$(echo $CODEBUILD_BUILD_ARN |cut -f5 -d:)
8
- - export $(cat mu-env.sh)
+ - export $(grep BASE_URL mu-env.sh)
9
- echo '***** This is the current env:'
10
- printenv
11
build:
0 commit comments