You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of the worker should be auto set to match the branches.
the $TRAVIS_BRANCH envvar will likely be part of the solution but as this should be a change in the codebase itself (rather then just assigning the variable value a more complex solution the just os.getenv(TRAVIS_BRANCH) will be needed.
after there is a version as part of the codebase it should be added to be part of the reports that are sent to the optional reporting system.
Expected/Wanted Behaviour
The version of the worker should be auto set to match the branches.
the $TRAVIS_BRANCH envvar will likely be part of the solution but as this should be a change in the codebase itself (rather then just assigning the variable value a more complex solution the just os.getenv(TRAVIS_BRANCH) will be needed.
after there is a version as part of the codebase it should be added to be part of the reports that are sent to the optional reporting system.
Possible solutions include:
Related to #41
Actual Behaviour
Version is manually set before deployments.
The text was updated successfully, but these errors were encountered: