File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4343
4444 - name : Clone tools branch
45- run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
45+ run : git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
4646
4747 - name : Install package dependencies
4848 run : sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 3838 uses : actions/checkout@v3
3939
4040 - name : Clone tools branch
41- run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
41+ run : git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
4242
4343 - name : Install package dependencies
4444 run : sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 3939 run : sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
4040
4141 - name : Clone tools branch
42- run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
42+ run : git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
4343
4444 - name : Set git name and email
4545 run : |
You can’t perform that action at this time.
0 commit comments