Waypoint Remote Runner Returning Error Code (1)

We just started receiving an error today after our Server updated to 0.8.2. We have Github Actions in place that build our code on waypoint runners and they are now coming back with a return code of “1” instead of “0,” causing the Github Action to fail.

If I run waypoint locally with a waypoint up and do an echo $? afterward, it is “0.”

If I run it remotely like, waypoint up -local=false -remote-source="ref=develop" and do an echo $? afterward, it is “1.”

  • The develop branch is sync’d correctly for the app.
  • The server is 0.8.2
  • The runner is 0.8.2
  • My local client is 0.8.2
  • We also saw the issue when the runner was still at 0.8.0.

Any ideas?

Github Issue

1 Like