You've already forked Traefik-Redis-Api
done. going to bed now.
This commit is contained in:
15
.gitlab/ci/libraries.yml
Normal file
15
.gitlab/ci/libraries.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user