mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2025-01-15 18:52:21 +01:00
gitlab-ci: CI_BUILD_* vars were renamed to other things
This commit is contained in:
parent
23d0a61e90
commit
c093b7798b
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME
|
TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
|
||||||
RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
|
RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo $CI_BUILD_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com
|
- echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin registry.gitlab.com
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue