Skip to content

Commit a1e4bec

Browse files
committed
Remove unnecessary project prefix when invoking versionPolicyCheck
1 parent ea65952 commit a1e4bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ export CI_SNAPSHOT_RELEASE="${projectPrefix}publish"
4747
# for now, until we're confident in the new release scripts, just close the staging repo.
4848
export CI_SONATYPE_RELEASE="; sonatypePrepare; sonatypeBundleUpload; sonatypeClose"
4949

50-
sbt clean ${projectPrefix}test core/versionPolicyCheck core/headerCheck ${projectPrefix}publishLocal $releaseTask
50+
sbt clean ${projectPrefix}test versionPolicyCheck core/headerCheck ${projectPrefix}publishLocal $releaseTask

0 commit comments

Comments
 (0)