Use ubuntu image and remove gcloud update (#65)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
version: 2.1
|
||||
|
||||
defaults: &defaults
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-2004:202104-01
|
||||
|
||||
env: &env
|
||||
environment:
|
||||
@@ -55,14 +56,6 @@ jobs:
|
||||
gruntwork-install --binary-name "terratest_log_parser" --repo "https://github.com/gruntwork-io/terratest" --tag "${TERRATEST_LOG_PARSER_VERSION}"
|
||||
configure-environment-for-gruntwork-module --go-src-path ./test --terraform-version ${TERRAFORM_VERSION} --terragrunt-version ${TERRAGRUNT_VERSION} --packer-version ${PACKER_VERSION} --go-version ${GOLANG_VERSION}
|
||||
|
||||
# Install external dependencies
|
||||
- run:
|
||||
name: update gcloud
|
||||
command: |
|
||||
sudo apt-get remove -y google-cloud-sdk
|
||||
sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update
|
||||
sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update beta
|
||||
|
||||
- run:
|
||||
name: run tests
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user