Skip to content
Snippets Groups Projects
Commit 74b23870 authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

Update .gitlab-ci.yml file

parent 5bfb02f1
No related branches found
No related tags found
No related merge requests found
# The Docker image that will be used to build your app
image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
test:
script:
- pwd
- cd web
- hugo
- mv public ../public
- ls -la ..
- ls -la ../public
- chmod 755 ../public
- chmod 644 ../public/index.html
except:
- master
pages:
script:
- cd web
......@@ -13,16 +27,4 @@ pages:
- master
# test:
# script:
# - pwd
# - cd web
# - hugo
# - mv public ../public
# - ls -la ..
# - ls -la ../public
# - chmod 755 ../public
# - chmod 644 ../public/index.html
# except:
# - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment