Commit 0618f75e authored by Joe T.S.'s avatar Joe T.S. :ping_pong:
Browse files

Update .gitlab-ci.yml

parent 63b0c450
Pipeline #6869 passed with stage
in 8 seconds
Showing with 1 addition and 18 deletions
+1 -18
image: alpine:latest image: alpine:latest
stages: stages:
- test
- deploy - deploy
test-job:
stage: test
script:
- echo "Testing files exist..."
- test -f public/index.html
- test -f public/main.js
- test -f public/settings.js
- test -f public/assets/css/style.css
- test -f public/assets/css/mobile.css
- test -f public/assets/images/header.jpg
- test -f public/assets/images/hft_logo.svg
- test -f public/home/index.html
- echo "Test finished, all ok"
only:
- master
pages: pages:
stage: deploy stage: deploy
script: script:
...@@ -28,4 +11,4 @@ pages: ...@@ -28,4 +11,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
Supports Markdown
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