Skip to content

Commit 94faffe

Browse files
committed
fix ci script
1 parent 9d1423a commit 94faffe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ci/travis-after-success.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#!/bin/bash
22

3-
PROJECT=pg_featureserv
4-
DOCKER_REPO=pramsey/$PROJECT
3+
DOCKER_REPO=pramsey/pg_tileserv
54

65

76
if [ "$TARGET" = "windows" ]; then
8-
BINARY=$PROJECT.exe
7+
BINARY=pg_tileserv.exe
98
else
10-
BINARY=$PROJECT
9+
BINARY=pg_tileserv
1110
fi
1211

1312
if [ "$TRAVIS_TAG" = "" ]; then

0 commit comments

Comments
 (0)