diff --git a/.github/workflows/e2e-upgrade.yaml b/.github/workflows/e2e-upgrade.yaml index 380945b..ff29b83 100644 --- a/.github/workflows/e2e-upgrade.yaml +++ b/.github/workflows/e2e-upgrade.yaml @@ -66,13 +66,6 @@ jobs: - name: Create path for execution run: | cd $GITHUB_WORKSPACE && mkdir workspace - - name: Adjust Year Related Configurations - run: | - cd ${{ github.workspace }}/upstream - now="$(date "+%Y")" - sed -i "s|2023|${now}|g" test/distributed/cases/function/func_datetime_utc_timestamp.result; - sed -i "s|2024|${now}|g" test/distributed/cases/function/func_datetime_utc_timestamp.result; - sed -i "s|2025|${now}|g" test/distributed/cases/function/func_datetime_utc_timestamp.result; - name: Start the MO of Target Branch run: | @@ -288,14 +281,6 @@ jobs: run: | cd $GITHUB_WORKSPACE && mkdir workspace - - name: Adjust Year Related Configurations - run: | - cd ${{ github.workspace }}/upstream - now="$(date "+%Y")" - sed -i "s|2023|${now}|g" test/distributed/cases/function/func_datetime_utc_timestamp.result; - sed -i "s|2024|${now}|g" test/distributed/cases/function/func_datetime_utc_timestamp.result; - sed -i "s|2025|${now}|g" test/distributed/cases/function/func_datetime_utc_timestamp.result; - - name: Start the MO of Rlease ${{ steps.get-latest-release.outputs.tag }} run: | cd $GITHUB_WORKSPACE/workspace