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 5050 password : ${{ secrets.DOCKERHUB_PASSWORD }}
5151
5252 - name : Clone tools branch
53- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
53+ run : git clone -b develop --depth=1 https://github.com/citusdata/tools.git tools
5454
5555 - name : Clone build branch
5656 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 7979 POSTGRES_VERSION : ${{ matrix.POSTGRES_VERSION }}
8080
8181 - name : Clone tools repo for test
82- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
82+ run : git clone -b develop --depth=1 https://github.com/citusdata/tools.git tools
8383
8484 - name : Execute packaging tests
8585 run : |
Original file line number Diff line number Diff line change 7979 POSTGRES_VERSION : ${{ matrix.POSTGRES_VERSION }}
8080
8181 - name : Clone tools repo for test
82- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
82+ run : git clone -b develop --depth=1 https://github.com/citusdata/tools.git tools
8383
8484 - name : Execute packaging tests
8585 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.27 --depth=1 https://github.com/citusdata/tools.git tools
52+ run : git clone -b develop --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 8181 POSTGRES_VERSION : ${{ matrix.POSTGRES_VERSION }}
8282
8383 - name : Clone tools repo for test
84- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
84+ run : git clone -b develop --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 2222 run : sudo apt install libcurl4-openssl-dev libssl-dev
2323
2424 - name : Clone Tools branch
25- run : git clone --branch v0.8.27 https://github.com/citusdata/tools.git
25+ run : git clone --branch main 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.27 https://github.com/citusdata/tools.git
26+ run : git clone --depth 1 --branch main 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