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:
- gcp-oidc-authenticate:
gcp_cred_config_file_path: /root/gcp_cred_config.json
oidc_token_file_path: /root/oidc_token.json
- checkout
- run:
name: Install goreleaser pro
command: |
......@@ -1265,7 +1266,6 @@ jobs:
name: Configure Docker
command: |
gcloud auth configure-docker us-docker.pkg.dev
- checkout
- run:
name: Run goreleaser
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