From 8bb6649e80c9b243a340d990a1e0a3353c252d62 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 1 Nov 2023 13:05:42 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index a61c91518fcf..61d9aa1a265d 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -178,7 +178,7 @@ jobs: data=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select app, name from django_migrations ORDER by -id limit $diff;" edxapp;) # formatted_data=$(echo "$data" | tr '\t' ' ') # echo "$data" > multi_line_data.txt - echo "echo $data" +# echo "echo $data" # echo "CUSTOM_MESSAGE=$formatted_data" >> $GITHUB_ENV # echo "$formatted_data" > multi_line_data.txt shell: bash