summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-12 13:36:13 -0600
committermo khan <mo.khan@gmail.com>2020-08-13 10:38:52 -0600
commitead56ee6bdd3c49f575a0607e513cd1c9a947fad (patch)
tree6e55a2b395da34dd47c17aef0eb759cab42914aa /.gitlab
parent6139087cee470d7d1ca9585b7001469298e848b4 (diff)
Ensure drupal pkgs are detected correctly
* Use same composer.json and composer.lock file from issue * Check if vendor path exists before specifying env vars * Install php from deb package
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/deb.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/deb.yml b/.gitlab/deb.yml
index 27d5554..7bb8244 100644
--- a/.gitlab/deb.yml
+++ b/.gitlab/deb.yml
@@ -78,6 +78,7 @@ php-7:
variables:
OMNIBUS_PROJECT: php
PHP_VERSION: '7.4.8'
+ allow_failure: false
python-2-7:
extends: .deb