File tree Expand file tree Collapse file tree 7 files changed +9
-41
lines changed
Expand file tree Collapse file tree 7 files changed +9
-41
lines changed Original file line number Diff line number Diff line change 11name : Continuous Integration Workflow
22
3+ permissions :
4+ contents : read
5+ id-token : write
6+
37on :
48 pull_request :
59 push :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 0.2
55
66env :
77 variables :
8- BRANCH : " main"
8+ BRANCH : " main-3.x "
99
1010phases :
1111 install :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 0.2
66
77env :
88 variables :
9- BRANCH : " main"
9+ BRANCH : " main-3.x "
1010 secrets-manager :
1111 GPG_KEY : Maven-GPG-Keys-Release-Credentials:Keyname
1212 GPG_PASS : Maven-GPG-Keys-Release-Credentials:Passphrase
Original file line number Diff line number Diff line change @@ -84,13 +84,3 @@ batch:
8484 # standard:6.0 (Ubuntu) supports GH CLI; AL2 does not
8585 image : aws/codebuild/standard:6.0
8686
87- # Generate and update new javadocs
88- - identifier : update_javadoc
89- depend-on :
90- - upload_artifacts
91- buildspec : codebuild/release/javadoc.yml
92- env :
93- variables :
94- JAVA_ENV_VERSION : corretto11
95- JAVA_NUMERIC_VERSION : 11
96- image : aws/codebuild/amazonlinux2-x86_64-standard:3.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 0.2
55
66env :
77 variables :
8- BRANCH : " main"
8+ BRANCH : " main-3.x "
99 git-credential-helper : yes
1010 parameter-store :
1111 ACCOUNT : /CodeBuild/AccountId
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: 0.2
66env :
77 variables :
88 NODE_OPTIONS : " --max-old-space-size=4096"
9- BRANCH : " main"
9+ BRANCH : " main-3.x "
1010 git-credential-helper : " yes"
1111 secrets-manager :
1212 GH_TOKEN : Github/aws-crypto-tools-ci-bot:ESDK Release Token
@@ -31,4 +31,4 @@ phases:
3131 build :
3232 commands :
3333 # semantic-release uses config stored in ~/.releaserc
34- - npx semantic-release --branches $BRANCH --no-ci
34+ - npx semantic-release --branches $BRANCH --no-ci
You can’t perform that action at this time.
0 commit comments