Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ pages: - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi - set -e - ls -la $RELEASE_PATH # Cleanup content? # Cleanup content? -> remove content in release path? # Add/update content - echo $CI_PAGES_URL - echo $RELEASE_PATH Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ pages: - if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi - set -e - ls -la $RELEASE_PATH # Cleanup content? # Cleanup content? -> remove content in release path? # Add/update content - echo $CI_PAGES_URL - echo $RELEASE_PATH Loading