Skip to content
Snippets Groups Projects
Commit ab5ae22f authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

Update deploy-package job

parent c8e63d69
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ include: .gitlab-ci.common.yml ...@@ -9,7 +9,7 @@ include: .gitlab-ci.common.yml
deploy-package-2204: deploy-package-2204:
stage: deploy stage: deploy
needs: ["versioning","build-package-2204"] needs: ["versioning","build-package-2204"]
image: $EVERYBEAM_IMAGE image: $BASE_IMAGE_2204
allow_failure: true allow_failure: true
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
...@@ -19,7 +19,7 @@ deploy-package-2204: ...@@ -19,7 +19,7 @@ deploy-package-2204:
- echo UPLOADING files $FILES - echo UPLOADING files $FILES
# The following example command must be executed first or else the update will fail because there is no repository # The following example command must be executed first or else the update will fail because there is no repository
# create_repo.py -a amd64 -c testing -d bionic --gpg-key ${GPG_KEY} --gpg-passphrase ${GPG_PASS} schaap # create_repo.py -a amd64 -c testing -d bionic --gpg-key ${GPG_KEY} --gpg-passphrase ${GPG_PASS} schaap
- ../external/schaap-packaging/update_repo.py --cleanup -d bionic --gpg-key ${GPG_KEY} --gpg-passphrase ${GPG_PASS} schaap ${FILES} - ../external/schaap-packaging/update_repo.py --cleanup -d jammy --gpg-key ${GPG_KEY} --gpg-passphrase ${GPG_PASS} schaap ${FILES}
rules: rules:
# Only deploy packages when building the default branch or a tag, or when UPLOAD_PACKAGE is set manually. # Only deploy packages when building the default branch or a tag, or when UPLOAD_PACKAGE is set manually.
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment