Accessing/Performing mysql query from codemagic.yaml #2843
Replies: 1 comment 4 replies
-
Hello @danielccdk,
Also, please confirm that the appraisals table exists and has records. If otherwise, the query will return no results and the $LATEST_APPRAISAL variable will be empty. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
This is the following script in my codemagic.yaml file...
Expected results
An output of the last item in the column.
Actual results
Querying and deleting appraisal...
sudo: apt-get: command not found
Fetching the latest appraisal...
/var/folders/w2/rrf5p87d1bbfyphxc7jdnyvh0000gn/T/build_script_2_1_71w88t0h: line 10: mysql: command not found
Latest appraisal fetched from the database:
Build id (optional)
673e4babfb5f444b87385065
Beta Was this translation helpful? Give feedback.
All reactions