MerryFairyTalesAD440 / Builds

AD440 Section 2349 (Tuesday)
GNU General Public License v3.0
0 stars 0 forks source link

Travis yml needs to have correct branch #34

Closed cjshaw closed 5 years ago

cjshaw commented 5 years ago

the travis.yml script line `deploy:

on: develop should be HEAD:refs/heads/master on: master should be HEAD:refs/heads/master

above the HEAD:refs/heads/master refers to the master branch that is on azure, not the one that's associated with our repo.

I had changed it incorrectly and that created a bug with the API team that Mikal pointed out and we worked together to come up with a solution to the bug.

Link to travis deployment: https://travis-ci.org/MerryFairyTalesAD440/API/builds/502425517