Fix typo in exec_pre message
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2024-01-22 22:41:16 -03:00
parent 7b35bd30b3
commit 02a8e46fc8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ run_docker_cp() {
if [ -n "$PLUGIN_EXEC_PRE" ]; then
docker -H "$REMOTE_DOCKER_HOST" exec "$CONTAINER" sh -c "mkdir -p /root/.ssh && echo \"$PLUGIN_DEPLOY_KEY\" > /root/.ssh/id_rsa && chmod -R 600 /root/.ssh && $PLUGIN_EXEC_PRE"
fi
echo "--- end exec ---"
echo "--- end exec_pre ---"
echo "Copying $PLUGIN_SOURCE"
# shellcheck disable=SC2086