Remove sanity check and deploy
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-05-02 18:30:49 +02:00
parent 12f99f035f
commit 362b99d9b4
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 14 deletions

View File

@ -1,15 +1,3 @@
---
kind: pipeline
name: sanity check
steps:
- name: docker-compose up & down
image: docker/compose:1.25.5
commands:
- docker-compose up -d
- sleep 10
- docker-compose ps
- docker-compose down
---
kind: pipeline
name: deploy to swarm.autonomic.zone
@ -32,5 +20,3 @@ steps:
trigger:
branch:
- master
depends_on:
- sanity check