mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Fix CI for users with uppercase letters in username
This commit is contained in:
parent
d566628ad8
commit
14ab546365
1 changed files with 2 additions and 2 deletions
|
@ -547,8 +547,8 @@ docker:
|
|||
services:
|
||||
- docker:dind
|
||||
variables:
|
||||
TEST_IMAGE: registry.gitlab.com/$CI_PROJECT_NAMESPACE/${CI_PROJECT_NAME}:$CI_BUILD_REF_NAME
|
||||
RELEASE_IMAGE: registry.gitlab.com/$CI_PROJECT_NAMESPACE/${CI_PROJECT_NAME}:buildserver
|
||||
TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
|
||||
RELEASE_IMAGE: $CI_REGISTRY_IMAGE:buildserver
|
||||
script:
|
||||
- cd buildserver
|
||||
- docker build -t $TEST_IMAGE --build-arg GIT_REV_PARSE_HEAD=$(git rev-parse HEAD) .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue