Skip to content

Commit ce4316f

Browse files
committed
fix personalize bug
1 parent 912a4f0 commit ce4316f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,14 +298,14 @@ deploy:
298298
- provider: script
299299
script: $TRAVIS_BUILD_DIR/.personalize_deploy.sh
300300
$TRAVIS_BUILD_DIR/travis/deploy_app.sh mlab-sandbox
301-
/tmp/mlab-sandbox.json $TRAVIS_BUILD_DIR/appengine/queue_pusher
301+
/tmp/mlab-sandbox.json $TRAVIS_BUILD_DIR/appengine/queue_pusher app.yaml
302302
skip_cleanup: true
303303
on:
304304
repo: m-lab/etl
305305
# Consider all branches and match using the condition. By default
306306
# "all_branches" is false, and the condition is ignored.
307307
all_branches: true
308-
condition: $TRAVIS_BRANCH == qp-sandbox-*
308+
condition: $TRAVIS_BRANCH == qp-personal-*
309309

310310
# SANDBOX: After code review and commits to master branch. Triggers when *ANY*
311311
# branch is tagged with qp-sandbox-*

0 commit comments

Comments
 (0)