Changed: renamed build jobs
This commit is contained in:
parent
eaf3d95959
commit
3356552025
|
|
@ -1,4 +1,4 @@
|
||||||
.passbolt-prerelease:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
image:
|
image:
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
|
|
@ -20,8 +20,8 @@
|
||||||
--dockerfile $CI_PROJECT_DIR/debian/Dockerfile \
|
--dockerfile $CI_PROJECT_DIR/debian/Dockerfile \
|
||||||
--destination $CI_REGISTRY_IMAGE:${PASSBOLT_FLAVOUR:-local}-$(date +%s)
|
--destination $CI_REGISTRY_IMAGE:${PASSBOLT_FLAVOUR:-local}-$(date +%s)
|
||||||
|
|
||||||
prerelease-pro:
|
build-docker:
|
||||||
extends: .passbolt-prerelease
|
extends: .build
|
||||||
variables:
|
variables:
|
||||||
PASSBOLT_URL: "https://gitlab.com/api/v4/projects/$UPSTREAM_PROJECT_ID/repository/archive.tar.gz?sha=$UPSTREAM_COMMIT_SHA"
|
PASSBOLT_URL: "https://gitlab.com/api/v4/projects/$UPSTREAM_PROJECT_ID/repository/archive.tar.gz?sha=$UPSTREAM_COMMIT_SHA"
|
||||||
PASSBOLT_CURL_HEADERS: "PRIVATE-TOKEN: $PRIVATE_TOKEN"
|
PASSBOLT_CURL_HEADERS: "PRIVATE-TOKEN: $PRIVATE_TOKEN"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue