chore: rename variable
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-04 00:08:16 +02:00
parent ab1fc6d9c0
commit 20f2392b4a
2 changed files with 7 additions and 8 deletions

View File

@@ -4,13 +4,10 @@ set -e
CMD_PREFIX="cargo run -p ci --"
if [[ -n "$CUDDLE_CI" ]]; then
CMD_PREFIX="./target/debug/ci"
if [[ -n "$CI_PREFIX" ]]; then
CMD_PREFIX="$CI_PREFIX"
fi
echo "$PWD"
ls target/debug
$CMD_PREFIX main \
--mkdocs-image "$MKDOCS_IMAGE" \