]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix minor bug in release process
authorDylan William Hardison <dylan@hardison.net>
Thu, 26 Apr 2018 14:25:46 +0000 (10:25 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 26 Apr 2018 14:25:46 +0000 (10:25 -0400)
.circleci/config.yml

index 5ca2de73b730184963e213e8b77291038156f1f6..5d273e4ba8d198015d52c9baaf9e5fb0c03e1961 100644 (file)
@@ -180,7 +180,10 @@ jobs:
           [[ -f build_info/only_version_changed.txt ]] && exit 0
           mv /opt/bmo/local /app/local
           mkdir artifacts
-      - run: perl -I/app -I/app/local/lib/perl5 -c -E 'use Bugzilla; BEGIN { Bugzilla->extensions }'
+      - name: test code
+        run: |
+          [[ -f build_info/only_version_changed.txt ]] && exit 0
+          perl -I/app -I/app/local/lib/perl5 -c -E 'use Bugzilla; BEGIN { Bugzilla->extensions }'
       - run: |
           [[ -f build_info/only_version_changed.txt ]] && exit 0   
           perl Makefile.PL