Skip to content
Snippets Groups Projects
Commit b00ec44f authored by Nicolas Dagneaux's avatar Nicolas Dagneaux
Browse files

Update .gitlab-ci.yml

parent 460fd2b1
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,12 @@ image: alpine:latest
before_script: []
pages:
script:
- echo 'Nothing to do...'
- echo "hello world" 1> test.txt
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- public
- test.txt
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment