summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index de4f2549d..5b18fac1a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -111,6 +111,13 @@ jobs:
mv /opt/bmo/local /app/local
mkdir artifacts
- run: |
+<<<<<<< HEAD
+=======
+ [[ -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
+>>>>>>> bmo/master
perl Makefile.PL
- run:
name: run sanity tests