You've already forked Php-Template
16 lines
335 B
YAML
16 lines
335 B
YAML
Install Composer Libraries:
|
|
stage: libraries
|
|
image: siteworxpro/composer:latest
|
|
rules:
|
|
- if: '$CI_COMMIT_TAG'
|
|
when: never
|
|
- if: '$CI_PIPELINE_SOURCE == "push"'
|
|
when: always
|
|
- when: never
|
|
script:
|
|
- composer install --ignore-platform-reqs
|
|
artifacts:
|
|
paths:
|
|
- vendor/
|
|
expire_in: 1 hour
|