Changed: renamed build jobs
This commit is contained in:
parent
eaf3d95959
commit
3356552025
|
|
@ -1,4 +1,4 @@
|
|||
.passbolt-prerelease:
|
||||
.build:
|
||||
stage: build
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
--dockerfile $CI_PROJECT_DIR/debian/Dockerfile \
|
||||
--destination $CI_REGISTRY_IMAGE:${PASSBOLT_FLAVOUR:-local}-$(date +%s)
|
||||
|
||||
prerelease-pro:
|
||||
extends: .passbolt-prerelease
|
||||
build-docker:
|
||||
extends: .build
|
||||
variables:
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue