trying pipelines again
This commit is contained in:
parent
1f7bd1c62c
commit
e44b26e013
@ -3,7 +3,8 @@ services:
|
||||
- docker:dind
|
||||
|
||||
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:
|
||||
- test
|
||||
@ -29,6 +30,7 @@ building_docker_container:
|
||||
pushing_docker_container:
|
||||
stage: deploy
|
||||
script:
|
||||
- docker login -u ldooks -p $docker_hub_password
|
||||
- docker push ldooks/dragon-bot:latest
|
||||
only:
|
||||
- master
|
Loading…
x
Reference in New Issue
Block a user