Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 3984f43

Browse files
author
Marina
authored
Use ubuntu image and remove gcloud update (#65)
1 parent 7a02a34 commit 3984f43

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.circleci/config.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
version: 2.1
22

33
defaults: &defaults
4-
machine: true
4+
machine:
5+
image: ubuntu-2004:202104-01
56

67
env: &env
78
environment:
@@ -55,14 +56,6 @@ jobs:
5556
gruntwork-install --binary-name "terratest_log_parser" --repo "https://github.com/gruntwork-io/terratest" --tag "${TERRATEST_LOG_PARSER_VERSION}"
5657
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}
5758
58-
# Install external dependencies
59-
- run:
60-
name: update gcloud
61-
command: |
62-
sudo apt-get remove -y google-cloud-sdk
63-
sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update
64-
sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update beta
65-
6659
- run:
6760
name: run tests
6861
command: |

0 commit comments

Comments
 (0)