Skip to content

Commit

Permalink
fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed May 8, 2020
1 parent 9d1423a commit 94faffe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ci/travis-after-success.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
#!/bin/bash

PROJECT=pg_featureserv
DOCKER_REPO=pramsey/$PROJECT
DOCKER_REPO=pramsey/pg_tileserv


if [ "$TARGET" = "windows" ]; then
BINARY=$PROJECT.exe
BINARY=pg_tileserv.exe
else
BINARY=$PROJECT
BINARY=pg_tileserv
fi

if [ "$TRAVIS_TAG" = "" ]; then
Expand Down

0 comments on commit 94faffe

Please sign in to comment.