trying pipelines again
This commit is contained in:
parent
1f7bd1c62c
commit
e44b26e013
@ -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
|
Loading…
x
Reference in New Issue
Block a user