Skip to content

Commit

Permalink
Updated Pipeliner
Browse files Browse the repository at this point in the history
Signed-off-by: dhoard <doug.hoard@gmail.com>
  • Loading branch information
dhoard committed Dec 11, 2024
1 parent abdffd3 commit 19a9594
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file modified .pipeliner/verifyica-pipeliner.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions pipeliner
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,13 @@ JAR_PATH=$(realpath "$JAR_PATH")
cd "$CURRENT_DIR" || exit 1
export PIPELINER_WORKING_DIRECTORY="$CURRENT_DIR"

if [ -f ".pipeliner.env" ]; then
source .pipeliner.env
fi

if [ -f "pipeliner.env" ]; then
source pipeliner.env
fi

java -jar "${JAR_PATH}" "$@"

0 comments on commit 19a9594

Please sign in to comment.