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
Verifying that "flosch.id" is my Blockstack ID. https://onename.com/flosch |
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
2020/04/04 17:39:47 [INFO] Terraform version: 0.12.24 | |
2020/04/04 17:39:47 [INFO] Go runtime version: go1.13.8 | |
2020/04/04 17:39:47 [INFO] CLI args: []string{"/usr/local/bin/terraform", "state", "pull"} | |
2020/04/04 17:39:47 [DEBUG] Attempting to open CLI config file: {$HOME}/.terraformrc | |
2020/04/04 17:39:47 Loading CLI configuration from {$HOME}/.terraformrc | |
2020/04/04 17:39:47 [INFO] CLI command args: []string{"state", "pull"} | |
2020/04/04 17:39:47 [TRACE] Meta.Backend: BackendOpts.Config not set, so using settings loaded from main.tf:21,3-19 | |
2020/04/04 17:39:47 [TRACE] Meta.Backend: built configuration for "remote" backend with hash value 3378415742 | |
2020/04/04 17:39:47 [TRACE] Preserving existing state lineage "170b9c25-00a5-da21-7a9c-654ec9719fb7" | |
2020/04/04 17:39:47 [TRACE] Preserving existing state lineage "170b9c25-00a5-da21-7a9c-654ec9719fb7" |
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
# stable as of today | |
image: node:fermium | |
definitions: | |
steps: | |
- step: &release | |
name: Release a new version | |
script: | |
# Worth reading: https://confluence.atlassian.com/bitbucket/push-back-to-your-repository-962352710.html | |
# NPM publication key |
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
# stable as of today | |
image: node:fermium | |
definitions: | |
steps: | |
- step: &test | |
name: Run tests | |
caches: | |
- node | |
script: |