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

[#25] another aproach at fixing permissions

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