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
Loading
Pipeline #24836 failed
...@@ -47,10 +47,8 @@ deploy_doc_develop: ...@@ -47,10 +47,8 @@ deploy_doc_develop:
- webserver - webserver
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
before_script:
- usermod -a -G www-data gitlab-runner
script: script:
- mv doc/html /html - mv doc/html /var/www//html
deploy_doc_branch: deploy_doc_branch:
except: except:
...@@ -64,8 +62,5 @@ deploy_doc_branch: ...@@ -64,8 +62,5 @@ deploy_doc_branch:
- webserver - webserver
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
before_script:
- usermod -a -G www-data gitlab-runner
script: 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.
Finish editing this message first!
Please register or to comment