1
0
mirror of synced 2025-12-19 18:05:44 -05:00

Use ubuntu image and remove gcloud update (#65)

This commit is contained in:
Marina
2021-07-14 14:58:45 +02:00
committed by GitHub
parent 7a02a34de8
commit 3984f43e18

View File

@@ -1,7 +1,8 @@
version: 2.1 version: 2.1
defaults: &defaults defaults: &defaults
machine: true machine:
image: ubuntu-2004:202104-01
env: &env env: &env
environment: 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}" 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} 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: - run:
name: run tests name: run tests
command: | command: |