Removing unnecessary caching steps.
This commit is contained in:
@@ -24,13 +24,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Cache tea CLI
|
|
||||||
id: cache-tea
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
|
||||||
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
|
||||||
|
|
||||||
- name: Install tea
|
- name: Install tea
|
||||||
uses: supplypike/setup-bin@v4
|
uses: supplypike/setup-bin@v4
|
||||||
with:
|
with:
|
||||||
@@ -227,12 +220,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Cache flarectl CLI
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: ~/.flarectl
|
|
||||||
key: flarectl-${{ runner.os }}-${{ env.FLARECTL_VERSION }}-${{ hashFiles('workflow-config.yml') }}
|
|
||||||
|
|
||||||
- name: Install flarectl
|
- name: Install flarectl
|
||||||
uses: supplypike/setup-bin@v4
|
uses: supplypike/setup-bin@v4
|
||||||
with:
|
with:
|
||||||
@@ -240,14 +227,6 @@ jobs:
|
|||||||
name: flarectl
|
name: flarectl
|
||||||
version: ${{ env.FLARECTL_VERSION }}
|
version: ${{ env.FLARECTL_VERSION }}
|
||||||
|
|
||||||
- name: Cache Subdomain Files
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
compose_subdomains.txt
|
|
||||||
cloudflare_subdomains.txt
|
|
||||||
key: ${{ runner.os }}-subdomains-${{ hashFiles('docker-compose.yml') }}
|
|
||||||
|
|
||||||
- name: Grab Subdomains from Docker Compose & Cloudflare
|
- name: Grab Subdomains from Docker Compose & Cloudflare
|
||||||
id: grab-subdomains
|
id: grab-subdomains
|
||||||
env:
|
env:
|
||||||
@@ -364,13 +343,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Cache tea CLI
|
|
||||||
id: cache-tea
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64
|
|
||||||
key: tea-${{ runner.os }}-${{ env.TEA_VERSION }}
|
|
||||||
|
|
||||||
- name: Install tea
|
- name: Install tea
|
||||||
uses: supplypike/setup-bin@v4
|
uses: supplypike/setup-bin@v4
|
||||||
with:
|
with:
|
||||||
@@ -433,7 +405,7 @@ jobs:
|
|||||||
id: cache-vault
|
id: cache-vault
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /opt/hostedtoolcache/vault/${{ env.HC_VAULT_VERSION }}/x64
|
path: /root/.vault/vault
|
||||||
key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}
|
key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }}
|
||||||
|
|
||||||
- name: Install Vault (only if not cached)
|
- name: Install Vault (only if not cached)
|
||||||
|
|||||||
Reference in New Issue
Block a user