Skip to content
Snippets Groups Projects
Commit 952eb95e authored by Eric Timmons's avatar Eric Timmons
Browse files

Save cache for put-shared job

parent 09c0ef8e
No related branches found
No related tags found
No related merge requests found
...@@ -171,3 +171,7 @@ Bashbrew put-shared: ...@@ -171,3 +171,7 @@ Bashbrew put-shared:
- retry -t 3 -d 60 -- bashbrew --arch-namespace amd64=${CANONICAL_NAMESPACE}amd64 --arch-namespace arm32v7=${CANONICAL_NAMESPACE}arm32v7 --arch-namespace arm64v8=${CANONICAL_NAMESPACE}arm64v8 --arch-namespace windows-amd64=${CANONICAL_NAMESPACE}winamd64 put-shared "$CI_PROJECT_NAME" - retry -t 3 -d 60 -- bashbrew --arch-namespace amd64=${CANONICAL_NAMESPACE}amd64 --arch-namespace arm32v7=${CANONICAL_NAMESPACE}arm32v7 --arch-namespace arm64v8=${CANONICAL_NAMESPACE}arm64v8 --arch-namespace windows-amd64=${CANONICAL_NAMESPACE}winamd64 put-shared "$CI_PROJECT_NAME"
tags: tags:
- bashbrew-amd64 - bashbrew-amd64
cache:
paths:
- cache
key: $ARCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment