Skip to content

Commit

Permalink
ISSUE-204: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-aveiga committed Dec 20, 2024
1 parent 9f15eda commit d77c9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/drainpipe/common/set-env/bash_aliases
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
drainpipe_exec() {
if [ "$DRAINPIPE_DDEV" == "true" ]; then
echo "DDEV EXEC:"
ddev exec "$@"
else
echo "EVAL:"
eval "$@"
fi
}

0 comments on commit d77c9bc

Please sign in to comment.