You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
383 B
YAML

5 years ago
image: docker:dind
5 years ago
services:
- docker:dind
5 years ago
pages:
stage: deploy
cache:
paths:
- composer
5 years ago
script:
- realpath composer || mkdir composer
- echo "$AUTH_JSON" > composer/auth.json
- docker run --rm -i -v `pwd`:/build -v `pwd`/composer:/composer composer/satis
- rm -f composer/auth.json # don't store auth
5 years ago
artifacts:
paths:
5 years ago
- output
5 years ago
only:
- master