File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 - ubuntu/bionic
3333 - ubuntu/focal
3434 - ubuntu/jammy
35-
35+
3636 steps :
3737 - name : Checkout repository
3838 uses : actions/checkout@v3
4545 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4646
4747 - name : Clone tools branch
48- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
48+ run : git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
4949
5050 - name : Install package dependencies
5151 run : sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
6363 --passphrase "${PACKAGING_PASSPHRASE}" \
6464 --output_dir "$(pwd)/packages/" \
6565 --input_files_dir "$(pwd)"
66-
66+
Original file line number Diff line number Diff line change 4141 uses : actions/checkout@v3
4242
4343 - name : Clone tools branch
44- run : git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
44+ run : git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
4545
4646 - name : Install package dependencies
4747 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.26 --depth=1 https://github.com/citusdata/tools.git tools
42+ run : git clone -b v0.8.31 --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