Loading common/.gitlab-ci-common.yml +3 −4 Original line number Diff line number Diff line Loading @@ -34,9 +34,9 @@ pages: dependencies: - Validate OpenAPIs script: # Get the previous GitLab Pages content (skip for -final tags) # Get the previous GitLab Pages content - set +e - if [[ ! "$CI_COMMIT_TAG" =~ -final ]]; then curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"; fi - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip" - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi - set -e # Add/update content Loading @@ -53,8 +53,7 @@ pages: - public rules: # Job executed when creating a tag # Workaround for SOL002-SOL003 5.3.1-final tag - if: $CI_COMMIT_TAG =~ /-final$/ - if: $CI_COMMIT_TAG when: always # Job executed when creating an official tag (in case needed) #- if: $CI_COMMIT_TAG =~ /v\d(\.\d){2}$/ Loading Loading
common/.gitlab-ci-common.yml +3 −4 Original line number Diff line number Diff line Loading @@ -34,9 +34,9 @@ pages: dependencies: - Validate OpenAPIs script: # Get the previous GitLab Pages content (skip for -final tags) # Get the previous GitLab Pages content - set +e - if [[ ! "$CI_COMMIT_TAG" =~ -final ]]; then curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"; fi - curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip" - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi - set -e # Add/update content Loading @@ -53,8 +53,7 @@ pages: - public rules: # Job executed when creating a tag # Workaround for SOL002-SOL003 5.3.1-final tag - if: $CI_COMMIT_TAG =~ /-final$/ - if: $CI_COMMIT_TAG when: always # Job executed when creating an official tag (in case needed) #- if: $CI_COMMIT_TAG =~ /v\d(\.\d){2}$/ Loading