Skip to content

Commit

Permalink
fixed bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Sep 10, 2020
1 parent c25e762 commit eb472bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "***** VERSION is $VERSION ******"
if ! echo $PR_NUMBER && echo $VERSION | grep -q SNAPSHOT ; then
if [ -z "$PR_NUMBER" ] && echo $VERSION | grep -q SNAPSHOT ; then
./mvnw deploy -DskipTests=true
else
echo "***** Skipping Deploy *****"
Expand Down

0 comments on commit eb472bd

Please sign in to comment.