Created
April 30, 2019 21:38
-
-
Save d-nishi/6dc6fb7ad8197ffa0339b8b5da16d16b to your computer and use it in GitHub Desktop.
CodeBuild spec yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.2 | |
phases: | |
install: | |
commands: | |
# pulumi | |
- curl -L https://get.pulumi.com/ | bash -s -- --version 0.16.2 | |
- export PATH=$PATH:$HOME/.pulumi/bin | |
build: | |
commands: | |
- update_pulumi_stack.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment