File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ phases:
21
21
- git checkout $BRANCH
22
22
- export VERSION=$(grep version pom.xml | head -n 1 | sed -n 's/[ \t]*<version>\(.*\)<\/version>/\1/p')
23
23
- export SETTINGS_FILE=$(pwd)/codebuild/release/settings.xml
24
- - aws secretsmanager get-secret-value --region us-west-2 --secret-id Maven-GPG-Keys --query SecretBinary --output text | base64 -d > ~/mvn_pg .tgz
24
+ - aws secretsmanager get-secret-value --region us-west-2 --secret-id Maven-GPG-Keys --query SecretBinary --output text | base64 -d > ~/mvn_gpg .tgz
25
25
- tar -xvf ~/mvn_gpg.tgz -C ~
26
26
build :
27
27
commands :
Original file line number Diff line number Diff line change 3
3
4
4
version : 0.2
5
5
6
+ env :
7
+ variables :
8
+ BRANCH : " mainline-1.x"
9
+
6
10
phases :
7
11
install :
8
12
runtime-versions :
9
13
java : $JAVA_ENV_VERSION
10
14
pre_build :
11
15
commands :
16
+ - git checkout $BRANCH
17
+ - export VERSION=$(grep version pom.xml | head -n 1 | sed -n 's/[ \t]*<version>\(.*\)<\/version>/\1/p')
12
18
- git clone https://github.com/aws-samples/busy-engineers-document-bucket.git
13
19
- cd busy-engineers-document-bucket/exercises/java/encryption-context-complete
14
20
build :
You can’t perform that action at this time.
0 commit comments