Commit f6b805a0 authored by Koukofikis's avatar Koukofikis
Browse files

Update .gitlab-ci.yml

parent 663f0d85
Pipeline #3860 failed with stages
in 10 seconds
...@@ -15,7 +15,7 @@ test-job: ...@@ -15,7 +15,7 @@ test-job:
- test -f public/settings.js - test -f public/settings.js
- test -f public/assets/css/style.css - test -f public/assets/css/style.css
- test -f public/assets/css/moblie.css - test -f public/assets/css/moblie.css
- test -f public/assets/images/header.jpg #- test -f public/assets/images/header.jpg
- test -f public/assets/images/hft_logo.svg - test -f public/assets/images/hft_logo.svg
- test -f public/home/index.html - test -f public/home/index.html
- echo "Test finished, all ok" - echo "Test finished, all ok"
...@@ -40,4 +40,4 @@ cleanup-job: ...@@ -40,4 +40,4 @@ cleanup-job:
- rm -r "$EXPORT_DIR/$CI_PROJECT_NAME" - rm -r "$EXPORT_DIR/$CI_PROJECT_NAME"
tags: tags:
- production - production
when: manual when: manual
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment