Skip to content

Commit

Permalink
ci: Clean up workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Dec 21, 2023
1 parent 7948913 commit d7e7911
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-terraform-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install System Tools
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y jo
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git jo

- name: Get changed files
id: changed-files
Expand Down Expand Up @@ -67,6 +67,10 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}

- name: Install System Tools
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git

- uses: jdx/rtx-action@v1
with:
install: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
app-id: ${{ secrets.BJWS_APP_ID }}
private-key: ${{ secrets.BJWS_APP_PRIVATE_KEY }}

- name: Install System Tools
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git

- uses: jdx/rtx-action@v1
with:
install: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/flux-ks-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
with:
token: "${{ steps.app-token.outputs.token }}"

- name: Install System Tools
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git

- uses: jdx/rtx-action@v1
with:
install: true
Expand Down

0 comments on commit d7e7911

Please sign in to comment.