Skip to content

Commit

Permalink
feat(github): testing out aqua workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 20, 2023
1 parent 5b14363 commit 1c7b892
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Install System Tools
uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
with:
packages: curl git jo
version: 1.0
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git jo

- name: Cache Aqua
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/flux-hr-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ jobs:
fetch-depth: 0

- name: Install System Tools
uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
with:
packages: curl git jo
version: 1.0
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git jo

- name: Cache Aqua
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/flux-hr-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ jobs:
fetch-depth: 0

- name: Install System Tools
uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
with:
packages: curl git jo
version: 1.0
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git jo

- name: Cache Aqua
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
token: "${{ steps.app-token.outputs.token }}"

- name: Install System Tools
uses: awalsh128/cache-apt-pkgs-action@44c33b32f808cdddd5ac0366d70595ed63661ed8 # v1.3.1
with:
packages: curl git jo
version: 1.0
shell: bash
run: sudo apt-get -qq update && sudo apt-get -qq install --no-install-recommends -y curl git jo

- name: Cache Aqua
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
Expand Down

0 comments on commit 1c7b892

Please sign in to comment.