„.drone.yml“ ändern
continuous-integration/drone/push Build is failing Details

main
michael 1 year ago
parent b95c566185
commit ee1284e10e

@ -23,7 +23,7 @@ steps:
- name: test - name: test
image: python:3.7-alpine image: python:3.7-alpine
commands: commands:
- apk add add wget make git - apk add wget make git
- source /tmp/shared/.venv/bin/activate - source /tmp/shared/.venv/bin/activate
- make test - make test
- echo $$DRONE_COMMIT_SHA > .tags - echo $$DRONE_COMMIT_SHA > .tags

Loading…
Cancel
Save