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"