From 01a76c53f0182c8db1aa6c6b07ce8cb71e00fe37 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 23:16:31 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 76fb6c3ab3d4..0249c4603fbe 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -181,8 +181,6 @@ jobs: shell: bash id: capture2 run: | - captured_result="${{ env.query_r }}" - echo "Captured Output: $captured_result" query_result=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select count(*) from django_migrations;" edxapp;) numeric_result=$(echo "$query_result1" | tr -d '\n' | sed -E 's/[^0-9]+//g') echo "Numeric Result: $numeric_result"