Skip to content
Snippets Groups Projects

-remove redudancy

Merged Philip Makedonski requested to merge dev into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -245,7 +245,6 @@ pages:
- curl --fail "$CI_PAGES_URL/content.zip" -o "content.zip"
- if [ -e "content.zip" ]; then unzip "content.zip"; rm "content.zip"; fi
- set -e
- ls -la $RELEASE_PATH
# Cleanup content? -> remove content in release path?
# Add/update content
- echo $CI_PAGES_URL
Loading