Skip to content

Commit

Permalink
Updates pipeline tools branches as v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 24, 2021
1 parent 9e7e0b6 commit 30c55ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_images_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2

- name: Clone tools branch
run: git clone -b docker-13-as-main --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.4 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_images_on_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

- name: Clone tools branch
run: git clone -b docker-13-as-main --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.4 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_images_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v2

- name: Clone tools branch
run: git clone -b docker-13-as-main --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.4 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev

- name: Clone tools branch
run: git clone -b docker-13-as-main --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.4 --depth=1 https://github.com/citusdata/tools.git tools

- name: Set git name and email
run: |
Expand Down

0 comments on commit 30c55ee

Please sign in to comment.