File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
echo Deploying Javabuilder CICD Pipeline
4
4
5
- # Create/Update the Javabuilder build/deploy pipeline stack. This is manually created and maintained, but should not require elevated permissions.
5
+ # Create/Update the Javabuilder build/deploy pipeline stack. This is manually created and maintained, but should not require elevated permissions.
6
+ # Options include:
7
+ # - TARGET_BRANCH: Defaults to `main`, passed as a Parameter for "cicd/2-cicd/cicd.template.yml"
8
+ # - MODE: Can be 'standard' (default) or 'adhoc', passed as a Parameter for "cicd/2-cicd/cicd.template.yml"
9
+ # - GITHUB_BADGE_ENABLED: defaults to true, passed as a Parameter for "cicd/2-cicd/cicd.template.yml"
10
+ # - STACK_NAME: defaults to an automated naming convention, no current use cases for changing this.
6
11
7
12
# 'Developer' role requires a specific service role for all CloudFormation operations.
8
13
if [[ $( aws sts get-caller-identity --query Arn --output text) =~ " assumed-role/Developer/" ]]; then
You can’t perform that action at this time.
0 commit comments