Skip to content

Commit

Permalink
feat: added KARGO_BUILD_PATH pointing on .kargo folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Mar 19, 2021
1 parent 76b90e9 commit 305afd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kargo
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ kargo_read_configuration()
# add kargo specific configuration
KARGO_USER_ID=`id -u $USER`
KARGO_GROUP_ID=`id -g $USER`
KARGO_SCRIPTS_PATH=$(dirname `realpath $0`)/.kargo/scripts
KARGO_BUILD_PATH=$(dirname `realpath $0`)/.kargo
KARGO_SCRIPTS_PATH="$KARGO_BUILD_PATH"/scripts
# read the configuration
set -a
. .kargo/.env.default
Expand Down

0 comments on commit 305afd4

Please sign in to comment.