codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

state shows as failed although the release is successful #398

Closed dneilroth closed 5 years ago

dneilroth commented 5 years ago

Describe the bug In the dev/staging monolith environment Codeamp is showing that a release has failed although it appears that the latest code from the feature branch is released

To Reproduce Steps to reproduce the behavior:

  1. click deploy
  2. see that deploy has failed
  3. log into dev console and use vi to check source code, see that source code has updated as expected

Expected behavior Deploy should show as successful when it has succeeded

Screenshots

screen shot 2018-12-21 at 4 28 15 pm

Desktop (please complete the following information):

dneilroth commented 5 years ago

The issue was caused by this PR and was resolved by changing the jobs directory location from jobs to app/jobs