File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 export PROJECT_VERSION="${{ github.event.inputs.project_version }}"
3838 echo "project_version: ${{ github.event.inputs.project_version }}"
3939 # To be able to test pipeline without triggering with project_version parameter using workflow_dispatch parameter,
40- # if workflow_dispatch parameter is empty, 12.0 .0 parameter is set to execute pipeline.
41- [ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.0 .0
40+ # if workflow_dispatch parameter is empty, 12.1 .0 parameter is set to execute pipeline.
41+ [ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.1 .0
4242 POSTGRES_VERSIONS=$(python -m packaging_automation.get_postgres_versions --project_version ${PROJECT_VERSION})
4343 echo "Postgres Version: ${POSTGRES_VERSIONS}"
4444 echo "::set-output name=pg_versions::${POSTGRES_VERSIONS}"
7474 run : |
7575 export PROJECT_VERSION="${{ github.event.inputs.project_version }}"
7676 echo "Citus Version: ${PROJECT_VERSION} "
77- [ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.0 .0
77+ [ -z ${PROJECT_VERSION} ] && export PROJECT_VERSION=12.1 .0
7878 python -m packaging_automation.test_citus_package \
7979 --project_version "${PROJECT_VERSION}" \
8080 --os_release ${{ matrix.platform }} \
You can’t perform that action at this time.
0 commit comments