Commit 4696908a authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Check out first (#12680)

CircleCI barfs if there's anything in the project folder.
parent 067446aa
...@@ -1253,6 +1253,7 @@ jobs: ...@@ -1253,6 +1253,7 @@ jobs:
- gcp-oidc-authenticate: - gcp-oidc-authenticate:
gcp_cred_config_file_path: /root/gcp_cred_config.json gcp_cred_config_file_path: /root/gcp_cred_config.json
oidc_token_file_path: /root/oidc_token.json oidc_token_file_path: /root/oidc_token.json
- checkout
- run: - run:
name: Install goreleaser pro name: Install goreleaser pro
command: | command: |
...@@ -1265,7 +1266,6 @@ jobs: ...@@ -1265,7 +1266,6 @@ jobs:
name: Configure Docker name: Configure Docker
command: | command: |
gcloud auth configure-docker us-docker.pkg.dev gcloud auth configure-docker us-docker.pkg.dev
- checkout
- run: - run:
name: Run goreleaser name: Run goreleaser
command: | command: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment