Skip to content

Commit

Permalink
ci-drone: fix wrong image in 'api test' pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
trepmag committed Feb 26, 2020
1 parent a286af5 commit fafc724
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ steps:
- name: api docker build
image: plugins/docker
settings:
debug: true
dockerfile: api/Dockerfile
context: api
repo: docker-hub.unepgrid.ch/mapx/mx-api-node
Expand Down Expand Up @@ -37,7 +36,6 @@ steps:
- name: app docker build
image: plugins/docker
settings:
debug: true
dockerfile: app/Dockerfile
context: app
repo: docker-hub.unepgrid.ch/mapx/mx-app-shiny
Expand All @@ -60,7 +58,7 @@ name: api test

steps:
- name: api
image: fredmoser/mx-api-node:1.6.66-alpine
image: docker-hub.unepgrid.ch/mapx/mx-api-node:1.6.66-alpine
commands:
- set -o allexport; source mapx.dev.default_env; set +o allexport
- while [ "`PGPASSWORD=$POSTGRES_PASSWORD psql -h pg -U postgres -l 2>/dev/null | grep mapx_test | wc -l`" = "0" ]; do echo "Waiting service 'pg'..."; sleep 5; done
Expand Down

0 comments on commit fafc724

Please sign in to comment.