-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsUse the variable value to push the artifact to internal or production track Actual resultsTrack "$GOOGLE_PLAY_TRACK" not found in Google Play Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @StarK8912,
Let me know how this goes on your end. |
Beta Was this translation helpful? Give feedback.
-
@dam-ease It's working 🥳... The funny part, I already tried this approach but stopped the pipeline before it goes to the "publishing" step because the logs shown the variable with the previous value... weird... My current solution:
The logs for step "Set up Environment data" are: CM_BRANCH= develop but anyway in the publishing step is using the correct "internal" value |
Beta Was this translation helpful? Give feedback.
Hello @StarK8912,
You need to use the environment section in YAML file to define
GOOGLE_PLAY_TRACK
as an environment variable that persists throughout the build process. Here is an example that should suit your use-case: