Add php-unit-test images and Vagrant template
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:11:34
| Stage: verify Stage: build Stage: test Stage: security |
Download artifacts
No artifacts found |
On Saturday, May 24 from 8:00 AM to 9:00 AM, we will be performing an upgrade of the GitLab system. During that time, GitLab and git services on git.unl.edu may be unavailable.
This MR does the following:
php-unit-test
images for the PHP versions 5.6
, 7.0
, 7.1
, 7.2
$(BUILD_ARGS)
arguments to php-lint
and magento2
images. I believe this was just an oversight.all
task becomes large, and it is difficult to test a subset of images without calling all of them separately (e.g. make php-lint_5.6 && make php-lint_7.0 && make php-lint_7.1 && make php-lint_7.2
). With this change you can now run make php-lint
to build / test that entire subset of images.Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:11:34
| Stage: verify Stage: build Stage: test Stage: security |
Download artifacts
No artifacts found |