Skip to content

Commit

Permalink
Fix publish_remote script on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Oct 30, 2023
1 parent 8f09044 commit 9d9d349
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions publish_remote.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#!/bin/bash

# Build the baseline profile.
./assemble_baseline_profile.sh

if [[ `git status --porcelain` ]]; then
echo "The baseline profile has changed. Commit the changes before publishing."
else
# Build and upload the artifacts to 'mavenCentral'.
./gradlew publish
fi
# Build and upload the artifacts to 'mavenCentral'.
./gradlew publish

0 comments on commit 9d9d349

Please sign in to comment.