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

[#25] change to shell executor

parent fcf90d74
No related branches found
No related tags found
1 merge request!16Resolve "CI Tool: Build Doxygen documentation and upload"
Pipeline #24836 failed
......@@ -47,10 +47,8 @@ deploy_doc_develop:
- webserver
variables:
GIT_STRATEGY: none
before_script:
- usermod -a -G www-data gitlab-runner
script:
- mv doc/html /html
- mv doc/html /var/www//html
deploy_doc_branch:
except:
......@@ -64,8 +62,5 @@ deploy_doc_branch:
- webserver
variables:
GIT_STRATEGY: none
before_script:
- usermod -a -G www-data gitlab-runner
script:
- mv doc/html /html/branch/$CI_COMMIT_BRANCH
- mv doc/html /var/www/html/branch/$CI_COMMIT_BRANCH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment