mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
stop recursing unused submodules
This commit is contained in:
parent
4948200c0c
commit
ed26f08d3b
11
.github/workflows/node-sdk.yml
vendored
11
.github/workflows/node-sdk.yml
vendored
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user