Skip to content

Commit

Permalink
Add 18.0.1 & 18.0.2 to Wren Deploy Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kortanul committed Feb 25, 2018
1 parent 43698c0 commit 9d4cae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .wren-deploy.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export JFROG_PACKAGE="org/forgerock/guava"
package_accept_release_tag() {
local tag_name="${1}"

if [[ "${tag_name}" != "18.0.3" && "${tag_name}" != "18.0.4" ]]; then
echo "Skipping ${tag_name} since we only want to build 18.0.3 and 18.0.4 right now."
if [[ "${tag_name}" == "18.0" ]]; then
echo "Skipping ${tag_name} since we only want to build 18.0.1 through 18.0.4 right now."
return -1
else
return 0
Expand Down

0 comments on commit 9d4cae0

Please sign in to comment.