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

Fix a stray $REPO

parent 56f9ed34
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,7 @@ Bashbrew build - winamd64: ...@@ -166,7 +166,7 @@ Bashbrew build - winamd64:
BASHBREW_ARCH: windows-amd64 BASHBREW_ARCH: windows-amd64
script: script:
- docker info - docker info
- bashbrew --namespace=$CANONICAL_NAMESPACE$ARCH push $REPO - bashbrew --namespace=$CANONICAL_NAMESPACE$ARCH push $CI_PROJECT_NAME
cache: cache:
paths: paths:
- cache - cache
......
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