remove debug log entry

This commit is contained in:
Brad Rydzewski 2021-05-06 14:40:28 -04:00
parent 3d2cbbe9ba
commit 806bc25846
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
#!/bin/sh
if [[ -n "${DRONE_WORKSPACE}" ]]; then
echo "[DEBUG] creating drone workspace"
# ensure the unprivileged drone user can write
# to the workspace. This is required because
# the workspace is a docker volume and is owned