Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Try to remove --go-src-path
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Aug 28, 2020
1 parent b77cd49 commit 2e7a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: gruntwork-install --module-name "git-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.27.2"
- run: gruntwork-install --binary-name "terratest_log_parser" --repo "https://github.com/gruntwork-io/terratest" --tag v0.28.15
# Note: we had to pin the Packer version as the latest version 1.6.2 doesn't seem to have binaries published yet
- run: configure-environment-for-gruntwork-module --go-src-path test --packer-version 1.6.1
- run: configure-environment-for-gruntwork-module --packer-version 1.6.1

- run: mkdir -p /tmp/logs
- run: run-go-tests --path test --timeout 90m | tee /tmp/logs/all.log
Expand Down

0 comments on commit 2e7a851

Please sign in to comment.