Skip to content

Commit

Permalink
Bump module-ci dependency versions
Browse files Browse the repository at this point in the history
This will install a new version of Go too, which we need
  • Loading branch information
brikis98 committed Jul 31, 2018
1 parent 84eb26e commit 9be09d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ machine:
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version v0.0.16
- gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.3.10"
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version v0.0.21
- gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.12.0"
- configure-environment-for-gruntwork-module --packer-version NONE --terragrunt-version NONE --go-src-path .

cache_directories:
Expand Down

0 comments on commit 9be09d6

Please sign in to comment.