Skip to content

Commit

Permalink
GEODE-9549: Change to serverless Concourse workers (I hope)
Browse files Browse the repository at this point in the history
- Alpine image blows up trying to read SSH key file, because reasons.
  • Loading branch information
pdxcodemonkey committed Sep 13, 2021
1 parent 364f525 commit a648f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/base/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource_types:

resources:
- #@ semver_resource("version", initial_version())
- #@ gcr_image_resource("gcloud-image", "google.com/cloudsdktool/cloud-sdk", "alpine")
- #@ gcr_image_resource("gcloud-image", "google.com/cloudsdktool/cloud-sdk", "distroless")
- #@ project_gcr_image_resource("task-image", "geode-native-task")
- #@ project_gcr_image_resource("clang-tools-image", "geode-native-clang-tools")
- #@ github_resource("source", data.values.github.owner, data.values.github.repository, data.values.repository.branch, ignore_paths=["ci/*", "packer/*"])
Expand Down

0 comments on commit a648f6f

Please sign in to comment.