Skip to content
Snippets Groups Projects
Commit 0ffdd7d3 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 631ac885
No related branches found
No related tags found
1 merge request!19Integrate gitlab-ci/lrom/d18_test_fix
Pipeline #173323 passed with stage
in 56 seconds
Subproject commit a4de07e983ec27d8b8682bf6e42494d3c2fc3f02 Subproject commit 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02 ref: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02 GITLAB_CI_REVISION: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
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