1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-08-01 15:04:39 +02:00

removed system prune

This commit is contained in:
Jonas Leder 2020-04-02 19:52:49 +02:00
parent cd369a44c1
commit 4b7fc9565e

View file

@ -14,7 +14,6 @@ build:
- echo "building branch $CI_COMMIT_REF_NAME, Version $version"
- git config --global user.name "build"
- git config --global user.email "noreply@jonasled.de"
- sudo docker images prune -f
- sudo docker pull python:3
- sudo docker build -t gitlab.jonasled.de/jonasled/discordbot
- sudo docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY