File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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-*
You can’t perform that action at this time.
0 commit comments