Skip to content

Commit

Permalink
echo PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Sep 9, 2020
1 parent fee60f0 commit 98655af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/develop.yml
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
cd tf-build-tools
VERSION=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout)
echo "***** $VERSION is $VERSION ******"
echo "***** PR is $PR *****"
echo "***** VERSION is $VERSION ******"
if echo $VERSION | grep -q SNAPSHOT ; then
./mvnw deploy -DskipTests=true
else
Expand Down

0 comments on commit 98655af

Please sign in to comment.