Update 'init/entrypoint.sh'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
06b08ba9c4
commit
931dbcb388
@ -12,7 +12,8 @@ git remote add -f origin $REMOTE_REPO
|
|||||||
git pull origin $REMOTE_BRANCH
|
git pull origin $REMOTE_BRANCH
|
||||||
|
|
||||||
# Create target folder and move files
|
# 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
|
mv `echo "$SPARSE_CHECKOUT" | awk '{gsub(/\/\*$/, ""); print}'` $TARGET_DIR
|
||||||
|
|
||||||
# Uncomment the following line if your sidecar needs to have an actual PID 1
|
# Uncomment the following line if your sidecar needs to have an actual PID 1
|
||||||
|
Loading…
Reference in New Issue
Block a user