dagger-components/scripts/ci:pr.sh
kjuulh 042ac9c07b
All checks were successful
continuous-integration/drone/push Build is passing
feat: update pr script to not use unnused variables
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-11 17:24:57 +02:00

12 lines
148 B
Bash
Executable File

#!/usr/bin/env bash
set -e
CMD_PREFIX="cargo run -p ci --"
if [[ -n "$CI_PREFIX" ]]; then
CMD_PREFIX="$CI_PREFIX"
fi
$CMD_PREFIX pull-request