Skip to content
Snippets Groups Projects
Commit 01c35239 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Don't allow leftovers

parent 136f1498
Branches
No related tags found
No related merge requests found
Pipeline #55716 canceled
......@@ -16,6 +16,9 @@ stages:
.build_template_linux_64:
extends: .build_template
after_script:
- docker run --rm -t -v ${CI_PROJECT_DIR}:/work alpine chown -R 998:997 /work/build_artifacts
- docker run --rm -t -v ${CI_PROJECT_DIR}:/work alpine chmod -R 777 /work/build_artifacts
tags:
- docker-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment