File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v4
2828
2929 - name : Clone tools branch
30- run : git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
30+ run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3131
3232 - name : Install package dependencies
3333 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727
2828 - name : Clone tools branch
29- run : git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
29+ run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3030
3131 - name : Install package dependencies
3232 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Clone tools branch
28- run : git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
28+ run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
2929
3030 - name : Install package dependencies
3131 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 2828 ref : master
2929
3030 - name : Clone tools branch
31- run : git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
31+ run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3232
3333 - name : Install package dependencies
3434 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 3131 run : sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
3232
3333 - name : Clone tools branch
34- run : git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
34+ run : git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3535
3636 - name : Set git name and email
3737 run : |
Original file line number Diff line number Diff line change 1+ postgres_18_version=18.1
12postgres_17_version=17.6
23postgres_16_version=16.10
34postgres_15_version=15.14
You can’t perform that action at this time.
0 commit comments