Skip to content
Snippets Groups Projects
Commit aa0e0dfc authored by Robin Candau's avatar Robin Candau
Browse files

Correct directory and project path in .gitlab-ci

parent 6aba15b1
No related branches found
No related tags found
1 merge request!6Rename TU to Package Maintainer + Correct the ML url in bylaws
Pipeline #80586 passed
......@@ -16,9 +16,9 @@ pages:
- secure
script:
- make
- mkdir public && mv package_maintainer-bylaws.html public/index.html
- mkdir public && mv package-maintainer-bylaws.html public/index.html
artifacts:
paths:
- public
rules:
- if: $CI_PROJECT_PATH == "archlinux/package_maintainer-bylaws" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PROJECT_PATH == "archlinux/package-maintainer-bylaws" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
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