Skip to content
Snippets Groups Projects
Commit d5fbedf6 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

chore: Remove unnecessary second removal of sandboxes directory before build

* already done once in Jenkinsfile

Change-Id: Ie33d5e1352295f77c24635ee8d9f8384cfa5d5af
parent 5ec8ae00
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,6 @@ fi ...@@ -24,10 +24,6 @@ fi
TARGET_FOLDER="${YASHCHIKI_SANDBOXES}/${CONTAINER_STYLE}" TARGET_FOLDER="${YASHCHIKI_SANDBOXES}/${CONTAINER_STYLE}"
# Do not change: special sudo permit for the host user... (with env var resolved by host user)
# When changing the env var value the sudo permit needs changing as well
sudo rm -rf ${YASHCHIKI_SANDBOXES}/
mkdir ${YASHCHIKI_SANDBOXES} mkdir ${YASHCHIKI_SANDBOXES}
# Do not change: special sudo permit for the host user... # Do not change: special sudo permit for the host user...
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment