This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new c412b14  Adding .gitignore :
c412b14 is described below

commit c412b145a2ecb66d56bb2d881f88b289a2470385
Author: Dan Klco <[email protected]>
AuthorDate: Mon May 13 14:42:26 2019 -0400

    Adding .gitignore
    :
---
 release-validator/.gitignore | 1 +
 release-validator/run.sh     | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/release-validator/.gitignore b/release-validator/.gitignore
new file mode 100644
index 0000000..8d5bedc
--- /dev/null
+++ b/release-validator/.gitignore
@@ -0,0 +1 @@
+*.rpm
\ No newline at end of file
diff --git a/release-validator/run.sh b/release-validator/run.sh
index 4b98596..6f05d76 100644
--- a/release-validator/run.sh
+++ b/release-validator/run.sh
@@ -86,8 +86,7 @@ do
   prints "Building $MVN_ARTIFACT_ID..." "info"
   ../mvn/bin/mvn clean install || exit 1
   
-  if [ "$MVN_PACKAGING" == "bundle" ]
-  then
+  if [[ "$MVN_PACKAGING" == "bundle" ]]; then
        HAS_BUNDLE=true
   fi
 

Reply via email to