Skip to content

Commit

Permalink
Merge pull request #303 from drewbrokke/BLADE-729-TASK-v3-publish-dif…
Browse files Browse the repository at this point in the history
…f-loudly

BLADE 729 TASK v3 publish diff loudly
  • Loading branch information
drewbrokke committed Aug 25, 2023
2 parents f9dd908 + 88d7b05 commit 31a5f01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,11 @@ fi

unzip -p cli/build/libs/blade.jar "$embeddedMavenProfileJar" > /tmp/$timestamp/myExtractedMavenProfile.jar

unzip -q /tmp/$timestamp/myExtractedMavenProfile.jar -d /tmp/$timestamp/localMavenJarExploded
unzip -q /tmp/$timestamp/maven_profile.jar -d /tmp/$timestamp/remoteMavenJarExploded
cp /tmp/$timestamp/myExtractedMavenProfile.{jar,zip}
unzip -q /tmp/$timestamp/myExtractedMavenProfile.zip -d /tmp/$timestamp/localMavenJarExploded

cp /tmp/$timestamp/maven_profile.{jar,zip}
unzip -q /tmp/$timestamp/maven_profile.zip -d /tmp/$timestamp/remoteMavenJarExploded

echo "Doing a more detailed diff..."
diff -r /tmp/$timestamp/localMavenJarExploded /tmp/$timestamp/remoteMavenJarExploded
Expand Down

0 comments on commit 31a5f01

Please sign in to comment.