Skip to content

Commit

Permalink
Fix INK_DIR in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed Apr 2, 2022
1 parent 276ed90 commit 77dee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Set INK_DIR to our default location, we'll clone the repo there.

if $CI_GITLAB; then # running GitLab CI
INK_DIR=$SELF_DIR/../..
INK_DIR=$CI_PROJECT_DIR
else # not running GitLab CI
# Use default directory if not provided.
if [ -z "$INK_DIR" ]; then
Expand Down

0 comments on commit 77dee57

Please sign in to comment.