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

Fix missing envvar

parent aa80a5b0
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ stages: ...@@ -32,7 +32,7 @@ stages:
{{- $.DockerFroms . | join "\n" -}} {{- $.DockerFroms . | join "\n" -}}
{{- "\n" -}} {{- "\n" -}}
{{- end -}} {{- end -}}
{{- end -}}' $REPO \ {{- end -}}' $CI_PROJECT_NAME \
| { grep -vE '^$|^scratch$|^'"$CANONICAL_NAMESPACE/$CI_PROJECT_NAME"'(:|$)' || true; } \ | { grep -vE '^$|^scratch$|^'"$CANONICAL_NAMESPACE/$CI_PROJECT_NAME"'(:|$)' || true; } \
| sort -u)" | sort -u)"
- echo "$parents" - echo "$parents"
...@@ -43,7 +43,7 @@ stages: ...@@ -43,7 +43,7 @@ stages:
done done
- retry -t 3 -d 60 bashbrew build $CI_PROJECT_NAME - retry -t 3 -d 60 bashbrew build $CI_PROJECT_NAME
- docker images - docker images
- bashbrew tag --target-namespace=$CANONICAL_NAMESPACE$ARCH $REPO - bashbrew tag --target-namespace=$CANONICAL_NAMESPACE$ARCH $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