From d1d6d24dbb85009f59223fb957c93d0dac2beef4 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Fri, 6 Feb 2026 20:20:25 -0500 Subject: [PATCH] remove redundant Siteworx CA certificates installation steps from CI workflow --- .gitea/workflows/build.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d87d5ef..71b1fb3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -10,13 +10,6 @@ jobs: name: 🖼️ 🔨 Build Frontend runs-on: ubuntu-latest steps: - - - name: 🛡️ 🔒 Add Siteworx CA Certificates - run: | - apt update && apt install -yq ca-certificates curl - curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt - update-ca-certificates - - name: 📖 🔍 Checkout Repository Code uses: actions/checkout@v2 with: @@ -62,13 +55,6 @@ jobs: name: 🖥️ 🔨 Build Backend runs-on: ubuntu-latest steps: - - - name: 🛡️🔒 Add Siteworx CA Certificates - run: | - apt update && apt install -yq ca-certificates curl - curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt - update-ca-certificates - - name: 📖🔍 Checkout Repository Code uses: actions/checkout@v2 with: @@ -111,13 +97,6 @@ jobs: runs-on: ubuntu-latest needs: [BuildFrontend, BuildBackend] steps: - - - name: 🛡️🔒 Add Siteworx CA Certificates - run: | - apt update && apt install -yq ca-certificates curl - curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt - update-ca-certificates - - name: 📖 🔍 Checkout Repository Code uses: actions/checkout@v2 with: