Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ stages: - publish variables: CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/e/tools/easy-installer CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer CONTAINER_TAG: stable check-version: Loading @@ -34,12 +34,12 @@ build-docker: DOCKER_DRIVER: overlay2 script: - docker pull $CONTAINER_IMAGE:$CONTAINER_TAG || true - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation:5000 - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation - docker build --cache-from $CONTAINER_IMAGE:$CONTAINER_TAG -t $CONTAINER_IMAGE:$CONTAINER_TAG . - docker push $CONTAINER_IMAGE:$CONTAINER_TAG build-ubuntu: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: build variables: GIT_SUBMODULE_STRATEGY: recursive Loading @@ -53,7 +53,7 @@ build-ubuntu: build-windows: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: build variables: GIT_SUBMODULE_STRATEGY: recursive Loading @@ -68,7 +68,7 @@ build-windows: - Easy-installer-setup.exe.sha256sum publish-ubuntu: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: publish variables: RELEASE_TYPE: beta Loading @@ -81,7 +81,7 @@ publish-ubuntu: when: manual publish-windows: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: publish variables: RELEASE_TYPE: beta Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ stages: - publish variables: CONTAINER_IMAGE: registry.gitlab.e.foundation:5000/e/tools/easy-installer CONTAINER_IMAGE: registry.gitlab.e.foundation/e/devices/easy-installer CONTAINER_TAG: stable check-version: Loading @@ -34,12 +34,12 @@ build-docker: DOCKER_DRIVER: overlay2 script: - docker pull $CONTAINER_IMAGE:$CONTAINER_TAG || true - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation:5000 - docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.e.foundation - docker build --cache-from $CONTAINER_IMAGE:$CONTAINER_TAG -t $CONTAINER_IMAGE:$CONTAINER_TAG . - docker push $CONTAINER_IMAGE:$CONTAINER_TAG build-ubuntu: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: build variables: GIT_SUBMODULE_STRATEGY: recursive Loading @@ -53,7 +53,7 @@ build-ubuntu: build-windows: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: build variables: GIT_SUBMODULE_STRATEGY: recursive Loading @@ -68,7 +68,7 @@ build-windows: - Easy-installer-setup.exe.sha256sum publish-ubuntu: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: publish variables: RELEASE_TYPE: beta Loading @@ -81,7 +81,7 @@ publish-ubuntu: when: manual publish-windows: image: registry.gitlab.e.foundation:5000/e/tools/easy-installer:stable image: registry.gitlab.e.foundation/e/devices/easy-installer:stable stage: publish variables: RELEASE_TYPE: beta Loading