projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b7d5c3
)
gitlab-ci: workaround docker bug for users with uppercase characters
author
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 8 Feb 2019 17:43:55 +0000
(17:43 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Fri, 8 Feb 2019 17:45:57 +0000
(17:45 +0000)
CI_REGISTRY_IMAGE == lower($CI_REGISTRY/$CI_PROJECT_PATH)
Suggested-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index b651de02225268b77fdc3ff4afe503820095dc10..0a097ce3830ddf3c031223cfc0aaa8412786fbc0 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-17,7
+17,7
@@
# at "01" unless you have multiple updates on the same day :)
variables:
UBUNTU_TAG: 2019-01-31-01
- UBUNTU_IMAGE: "$CI_REGISTRY
/$CI_PROJECT_PATH
/ubuntu:$UBUNTU_TAG"
+ UBUNTU_IMAGE: "$CI_REGISTRY
_IMAGE
/ubuntu:$UBUNTU_TAG"
stages: