Skip to content

Commit

Permalink
adds wrensec-package RC file for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kortanul committed Sep 3, 2017
1 parent 5ae8212 commit 082f571
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .wren-deploy.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export MAVEN_PACKAGE="forgerock-build-tools"
export BINTRAY_PACKAGE="wrensec-build-tools"
export JFROG_PACKAGE="org/forgerock/forgerock-build-tools/"

package_accept_release_tag() {
local tag_name="${1}"

if [ "${tag_name}" == "1.0.2-1" ]; then
echo "Skipping 1.0.2-1 since org.forgerock:forgerock-parent:pom:2.0.15 is missing."
return -1
else
return 0
fi
}

0 comments on commit 082f571

Please sign in to comment.