Skip to content

Commit

Permalink
Updated Pipeliner
Browse files Browse the repository at this point in the history
Signed-off-by: dhoard <[email protected]>
  • Loading branch information
dhoard committed Dec 27, 2024
1 parent 2589059 commit 8e8711b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .pipeliner/verifyica-pipeliner.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pipeliner
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd "$SCRIPT_DIR" || exit 1

if [ $# -eq 0 ]; then
echo "Usage: $(basename "$0") <pipeline.yaml> [pipeline2.yaml...]"
cd "$CURRENT_DIR"
cd "$CURRENT_DIR" || exit 1
exit 1
fi

Expand All @@ -39,7 +39,7 @@ fi

if [ ! -f "$JAR_PATH" ]; then
echo "verifyica-pipeliner.jar not found"
cd "$CURRENT_DIR"
cd "$CURRENT_DIR" || exit 1
exit 1
fi

Expand Down

0 comments on commit 8e8711b

Please sign in to comment.