cloud:aws:codebuild
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cloud:aws:codebuild [2018/09/01 18:22] – created skipidar | cloud:aws:codebuild [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:cloud:aws:codebuild to cloud:aws:codebuild skipidar | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== CodeBuild ===== | ===== CodeBuild ===== | ||
- | == Switching Roles == | + | |
+ | === Multiline file === | ||
+ | |||
+ | < | ||
+ | |||
+ | phases: | ||
+ | install: | ||
+ | runtime-versions: | ||
+ | java: openjdk11 | ||
+ | |||
+ | commands: | ||
+ | - | | ||
+ | cat > test-multi-lines-text << EOF | ||
+ | line 1 | ||
+ | line 2 | ||
+ | EOF | ||
+ | |||
+ | - cat test-multi-lines-text | ||
+ | - | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Switching Roles === | ||
To switch role use the sts asume role | To switch role use the sts asume role | ||
Line 12: | Line 34: | ||
- export AWS_DEFAULT_REGION=$REGION | - export AWS_DEFAULT_REGION=$REGION | ||
</ | </ | ||
+ | |||
+ | === Syntax validation=== | ||
+ | Use http:// |
cloud/aws/codebuild.1535826153.txt.gz · Last modified: (external edit)