File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5151 password : ${{ secrets.DOCKERHUB_PASSWORD }}
5252
5353 - name : Clone tools branch
54- run : git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
54+ run : git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
5555
5656 - name : Clone build branch
5757 run : git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging
Original file line number Diff line number Diff line change 8181 POSTGRES_VERSION : ${{ matrix.POSTGRES_VERSION }}
8282
8383 - name : Clone tools repo for test
84- run : git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
84+ run : git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
8585
8686 - name : Execute packaging tests
8787 run : |
Original file line number Diff line number Diff line change 8181 POSTGRES_VERSION : ${{ matrix.POSTGRES_VERSION }}
8282
8383 - name : Clone tools repo for test
84- run : git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
84+ run : git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
8585
8686 - name : Execute packaging tests
8787 run : |
Original file line number Diff line number Diff line change 4949 password : ${{ secrets.DOCKERHUB_PASSWORD }}
5050
5151 - name : Clone tools branch
52- run : git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
52+ run : git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
5353
5454 - name : Clone build branch
5555 run : git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging
Original file line number Diff line number Diff line change 8383 POSTGRES_VERSION : ${{ matrix.POSTGRES_VERSION }}
8484
8585 - name : Clone tools repo for test
86- run : git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
86+ run : git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
8787
8888 - name : Execute packaging tests
8989 run : |
Original file line number Diff line number Diff line change 2222 run : sudo apt install libcurl4-openssl-dev libssl-dev
2323
2424 - name : Clone Tools branch
25- run : git clone --branch v0.8.33 https://github.com/citusdata/tools.git
25+ run : git clone --branch v0.8.33-dev https://github.com/citusdata/tools.git
2626
2727 - name : Install Python requirements
2828 run : python -m pip install -r tools/packaging_automation/requirements.txt
Original file line number Diff line number Diff line change 2323
2424 # Runs a single command using the runners shell
2525 - name : Clone Tools branch
26- run : git clone --depth 1 --branch v0.8.33 https://github.com/citusdata/tools.git
26+ run : git clone --depth 1 --branch v0.8.33-dev https://github.com/citusdata/tools.git
2727
2828 # Runs a set of commands using the runners shell
2929 - name : Execute Package Properties Update
You can’t perform that action at this time.
0 commit comments