Skip to content

Commit

Permalink
Updated scripts ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Oct 17, 2023
1 parent f5298ef commit 21d226a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "Packaging $JAR_NAME..."
mvn clean package

# Post process cleanup (Required due to the CXF codegen plugin hard coding paths)
./post-process $JAR_NAME
scripts/post-process $JAR_NAME

# Announce and calculate checksum
echo "Packaging complete, saving as artifact."
Expand Down
2 changes: 2 additions & 0 deletions scripts/post-process
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -eu -o pipefail

JAR_NAME=$1

UNZIP_DIR="target/unzipped"
Expand Down

0 comments on commit 21d226a

Please sign in to comment.