stop recursing unused submodules

This commit is contained in:
Kenneth Bingham 2025-03-05 08:53:54 -05:00
parent 4948200c0c
commit ed26f08d3b
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -36,15 +36,14 @@ jobs:
env: env:
BUILD_NUMBER: ${{ github.run_number }} BUILD_NUMBER: ${{ github.run_number }}
AWS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
strategy: strategy:
matrix: matrix:
config: config:
- { runs-on: ubuntu-24.04, container: openziti/ziti-builder:v2, target: "linux", arch: "x64" } - { runs-on: ubuntu-24.04, container: openziti/ziti-builder:v2, target: "linux", arch: "x64" }
node_ver: [ 20 ] node_ver: [ 20 ]
fail-fast: false fail-fast: false
steps: steps:
- name: Node Version - name: Node Version
@ -56,12 +55,6 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
# submodules: recursive
# token: ${{ secrets.GITHUB_TOKEN }}
# - name: Configure Git Authentication
# run: |
# git config --global url."https://x-access-token:${GITHUB_PAT}@github.com/".insteadOf "https://github.com/"
- name: Get current zrok repo tag - name: Get current zrok repo tag
if: github.ref_type == 'tag' if: github.ref_type == 'tag'