Skip to content

Commit

Permalink
chore(release): Java prod release doesn't always check out main branch (
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored Nov 19, 2024
1 parent 5971996 commit 75f81e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions codebuild/release/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
version: 0.2

env:
variables:
BRANCH: "main"
parameter-store:
ACCOUNT: /CodeBuild/AccountId
secrets-manager:
Expand Down Expand Up @@ -33,7 +31,6 @@ phases:
- cd aws-cryptographic-material-providers-library/
pre_build:
commands:
- git checkout $BRANCH
- aws secretsmanager get-secret-value --region us-west-2 --secret-id Maven-GPG-Keys-Release --query SecretBinary --output text | base64 -d > ~/mvn_gpg.tgz
- tar -xvf ~/mvn_gpg.tgz -C ~
# Create default location where GPG looks for creds and keys
Expand Down

0 comments on commit 75f81e2

Please sign in to comment.