mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-02 09:54:26 +08:00
update indents in workflow
This commit is contained in:
parent
10bbf3b23c
commit
66f4d85707
1 changed files with 12 additions and 12 deletions
24
.github/workflows/test-artifacts.yml
vendored
24
.github/workflows/test-artifacts.yml
vendored
|
@ -29,18 +29,18 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository }}:testing
|
||||
netclient:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: build client
|
||||
run: |
|
||||
cd netclient
|
||||
go build -ldflags="-X 'main.version=testing'" .
|
||||
curl -H 'Authorization: Bearer ${{ NUSAK_MASTERKEY }}' \
|
||||
-H 'Content-Type: multipart/form-data' --form upload='./netclient' \
|
||||
-X POST https://api.nusak.ca/api/file/netclient
|
||||
netclient:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: build client
|
||||
run: |
|
||||
cd netclient
|
||||
go build -ldflags="-X 'main.version=testing'" .
|
||||
curl -H 'Authorization: Bearer ${{ NUSAK_MASTERKEY }}' \
|
||||
-H 'Content-Type: multipart/form-data' --form upload='./netclient' \
|
||||
-X POST https://api.nusak.ca/api/file/netclient
|
||||
#deploy:
|
||||
#runs-on: ubuntu-latest
|
||||
#steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue