Skip to content

Commit 29422be

Browse files
author
wimo7083
committed
lets do this with some HARD CODING
1 parent 179035b commit 29422be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
env:
22
global:
33
- SQLALCHEMY_DATABASE_URI="sqlite:///:memory:"
4-
- IMAGE_NAME="resources-api"
5-
- DEPLOY_BRANCHES="master"
64
language: python
75
sudo: required
86
dist: xenial

bin/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -eu
44

5+
IMAGE_NAME="resources-api"
6+
DEPLOY_BRANCHES="master"
7+
58
# Only process first job in matrix (TRAVIS_JOB_NUMBER ends with ".1")
69
if [[ ! $TRAVIS_JOB_NUMBER =~ \.1$ ]]; then
710
echo "Skipping deploy since it's not the first job in matrix"

0 commit comments

Comments
 (0)