summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2018-07-31 20:49:53 +0200
committerDashie <dashie@sigpipe.me>2018-07-31 20:49:53 +0200
commit598e7a4ecf88341dc8112996f7d76e828961824b (patch)
tree10b880142497454fabbb70257cc2c861727b7017 /.drone.yml
parenteeb98c9cf398c17d43da9b0889db703f5f2ad109 (diff)
Not the best idea
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index 7ff5f329..f7861538 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,18 +5,6 @@ clone:
tags: true
pipeline:
- ping:
- image: postgres
- commands:
- # wait for postgres service to become available
- - |
- until psql -U postgres -d reel2bits_test -h postgres \
- -c "SELECT 1;" >/dev/null 2>&1; do sleep 1; done
- # query the database
- - |
- psql -U postgres -d reel2bits_test -h database \
- -c "SELECT * FROM pg_catalog.pg_tables;"
-
restore-cache:
image: drillster/drone-volume-cache
restore: true