Skip to content
Snippets Groups Projects
Commit 64f8114c authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/lrom/d18_test_fix

--

Commit: clea-os/infrastructure/gitlab-ci@5b87d970

[FIX][TEST][RELEASE] fix in image update job and in custom release
- The bmap files are not accessible from the custom project release pages, this is due to the fact that the access token appended to the links grants access to the "image" files. This commit fix that;
- Delete the appended token in custom images links because another token is already added in the deploy stage, when the deploy_artifacts.sh script is called.
parent 0b24815e
No related branches found
No related tags found
1 merge request!59Integrate gitlab-ci/lrom/d18_test_fix
Subproject commit a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
Subproject commit 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
ref: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
file: 'layers-integration.yml'
variables:
GITLAB_CI_REVISION: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
GITLAB_CI_REVISION: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
# FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment