Skip to content
Snippets Groups Projects
Commit 5d1bcdd3 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Update Gitlab-CI working directory

parent 3dbdaa64
Branches 2-gitlab-deploy
No related tags found
No related merge requests found
Pipeline #1950 passed
...@@ -9,12 +9,14 @@ variables: ...@@ -9,12 +9,14 @@ variables:
test: test:
script: script:
- cd macao
- hugo - hugo
rules: rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
pages: pages:
script: script:
- cd macao
- hugo - hugo
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment