fix(): fixing SM
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Sthope 2021-09-13 22:46:13 +02:00
parent 0f8e7df964
commit de51c0e005

View File

@ -50,6 +50,10 @@ steps:
volumes: volumes:
- name: shared - name: shared
path: /tmp/shared path: /tmp/shared
when:
event:
include:
- tag
- name: testing - name: testing
image: python:3.7-alpine image: python:3.7-alpine
@ -73,6 +77,10 @@ steps:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
when:
event:
include:
- tag
- name: discord - name: discord
image: appleboy/drone-discord image: appleboy/drone-discord