-
Notifications
You must be signed in to change notification settings - Fork 669
Wrong behavior saving project variables when environment scopes are configured. #1125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This might have some relation to #1387 — the default manager seems to ignore the environment scopes and requires passing something like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the problem, including code/CLI snippet
If environment scopes are used in project variables, modifying and saving a project variable with a specific "environment_scope" is always altering the variable with the last defined scope.
Example:
The variable with scope "prod" has not been modified, instead the variable with scope "test" is altered.
Expected Behavior
The variable with the specified scope should be updated.
Actual Behavior
The last scope defined for the variable is always taking precedence over the scope of the current variable that is going to be updated..
Specifications
The text was updated successfully, but these errors were encountered: