trying pipelines again

This commit is contained in:
Luke Robles 2017-08-17 16:36:55 -07:00
parent 1f7bd1c62c
commit e44b26e013

View File

@ -3,7 +3,8 @@ services:
- docker:dind - docker:dind
before_script: before_script:
- pip install pylint requests discord.py docker pybooru pylint wolframalpha - apk add --no-cache python3
- pip3 install pylint requests discord.py docker pybooru pylint wolframalpha
stages: stages:
- test - test
@ -29,6 +30,7 @@ building_docker_container:
pushing_docker_container: pushing_docker_container:
stage: deploy stage: deploy
script: script:
- docker login -u ldooks -p $docker_hub_password
- docker push ldooks/dragon-bot:latest - docker push ldooks/dragon-bot:latest
only: only:
- master - master