Update 'init/entrypoint.sh'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2020-04-02 08:08:12 +00:00
parent 06b08ba9c4
commit 931dbcb388
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ git remote add -f origin $REMOTE_REPO
git pull origin $REMOTE_BRANCH
# Create target folder and move files
mkdir -p $TARGET_DIR
rm -Rf "$TARGET_DIR" || true
mkdir -p "$TARGET_DIR"
mv `echo "$SPARSE_CHECKOUT" | awk '{gsub(/\/\*$/, ""); print}'` $TARGET_DIR
# Uncomment the following line if your sidecar needs to have an actual PID 1