Changed: renamed build jobs

This commit is contained in:
Diego Lendoiro 2021-01-25 19:11:08 +01:00
parent eaf3d95959
commit 3356552025
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
1 changed files with 3 additions and 3 deletions

View File

@ -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"