Skip to content
Snippets Groups Projects
Commit 4a596db7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix permissions

parent 9ed9384e
Branches
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@
.test_lakedrops_theme: &test_lakedrops_theme
before_script:
- DIR=$(dc exec php pwd)
- DIR=$(dc exec -u root php pwd)
- dc cp ${THEME_CSS_PATH} php:${DIR}/${THEME_CSS_PATH}
after_script:
- dc exec php rm -rf ${THEME_CSS_PATH}
- dc exec -u root php rm -rf ${THEME_CSS_PATH}
Test Code Style:
<<: *test_lakedrops_default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment