Skip to content
Snippets Groups Projects
Verified Commit fcf90d74 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#25] its before_script on gitlab!

parent fc0cef46
Branches
Tags
1 merge request!16Resolve "CI Tool: Build Doxygen documentation and upload"
Pipeline #24835 failed
......@@ -47,7 +47,7 @@ deploy_doc_develop:
- webserver
variables:
GIT_STRATEGY: none
pre-script:
before_script:
- usermod -a -G www-data gitlab-runner
script:
- mv doc/html /html
......@@ -64,7 +64,7 @@ deploy_doc_branch:
- webserver
variables:
GIT_STRATEGY: none
pre-script:
before_script:
- usermod -a -G www-data gitlab-runner
script:
- mv doc/html /html/branch/$CI_COMMIT_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment