Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Continuous Integration Workflow

permissions:
contents: read
id-token: write

on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion codebuild/release/artifact-hunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.2

env:
variables:
BRANCH: "main"
BRANCH: "main-3.x"

phases:
install:
Expand Down
26 changes: 0 additions & 26 deletions codebuild/release/javadoc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion codebuild/release/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.2

env:
variables:
BRANCH: "main"
BRANCH: "main-3.x"
secrets-manager:
GPG_KEY: Maven-GPG-Keys-Release-Credentials:Keyname
GPG_PASS: Maven-GPG-Keys-Release-Credentials:Passphrase
Expand Down
10 changes: 0 additions & 10 deletions codebuild/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,3 @@ batch:
# standard:6.0 (Ubuntu) supports GH CLI; AL2 does not
image: aws/codebuild/standard:6.0

# Generate and update new javadocs
- identifier: update_javadoc
depend-on:
- upload_artifacts
buildspec: codebuild/release/javadoc.yml
env:
variables:
JAVA_ENV_VERSION: corretto11
JAVA_NUMERIC_VERSION: 11
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
2 changes: 1 addition & 1 deletion codebuild/release/upload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.2

env:
variables:
BRANCH: "main"
BRANCH: "main-3.x"
git-credential-helper: yes
parameter-store:
ACCOUNT: /CodeBuild/AccountId
Expand Down
4 changes: 2 additions & 2 deletions codebuild/release/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.2
env:
variables:
NODE_OPTIONS: "--max-old-space-size=4096"
BRANCH: "main"
BRANCH: "main-3.x"
git-credential-helper: "yes"
secrets-manager:
GH_TOKEN: Github/aws-crypto-tools-ci-bot:ESDK Release Token
Expand All @@ -31,4 +31,4 @@ phases:
build:
commands:
# semantic-release uses config stored in ~/.releaserc
- npx semantic-release --branches $BRANCH --no-ci
- npx semantic-release --branches $BRANCH --no-ci