From 6725df011e71e93d1cd88266940a8230440fa677 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 31 Oct 2023 15:20:35 +0500 Subject: [PATCH] build: capturing new migrations. --- .github/workflows/capture_new_migrations.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index 00669550c48a..eb3e97b61f40 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -125,7 +125,6 @@ jobs: query_result=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select 1;" edxapp;) echo "Query Result: $query_result" echo "query_result=$query_result" >> $GITHUB_ENV - echo "echo ${{env.query_result}}" shell: bash - name: Checkout branch repo @@ -157,10 +156,11 @@ jobs: - name: Verify executed migrations on branch. id: capture2 run: | - query_result1=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select 1;" edxapp;) - echo "Query Result: query_result1" - echo "query_result1=${query_result1}" >> $GITHUB_ENV - shell: bash + echo " ${{env.query_result}}" +# query_result1=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select 1;" edxapp;) +# echo "Query Result: query_result1" +# echo "query_result1=${query_result1}" >> $GITHUB_ENV +# shell: bash - name: Verify difference run: |