File tree Expand file tree Collapse file tree 7 files changed +6
-20
lines changed Expand file tree Collapse file tree 7 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 4747 uses : threefoldtech/publish-flist@master
4848 with :
4949 threefold : ${{ secrets.token }}
50- baseurl : " https://hub.grid.tf"
5150 action : publish
5251 user : tf-autobuilder
5352 root : bins/releases/${{ inputs.package }}
5756 if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main_new')
5857 with :
5958 threefold : ${{ secrets.token }}
60- baseurl : " https://hub.grid.tf"
6159 action : tag
6260 user : tf-autobuilder
6361 name : ${{ steps.tag.outputs.reference }}/${{ inputs.package }}.flist
Original file line number Diff line number Diff line change 3636 uses : threefoldtech/publish-flist@master
3737 with :
3838 threefold : ${{ secrets.token }}
39- # baseurl: https://hub.grid.tf
4039 action : publish
4140 user : tf-autobuilder
4241 root : bins/releases/${{ inputs.package }}
Original file line number Diff line number Diff line change 5858 uses : threefoldtech/publish-flist@master
5959 with :
6060 threefold : ${{ secrets.token }}
61- baseurl : " https://hub.grid.tf"
6261 action : publish
6362 user : tf-autobuilder
6463 root : bins/releases/${{ inputs.package }}
6867 if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main_new')
6968 with :
7069 threefold : ${{ secrets.token }}
71- baseurl : " https://hub.grid.tf"
7270 action : tag
7371 user : tf-autobuilder
7472 name : ${{ steps.tag.outputs.reference }}/${{ inputs.package }}.flist
Original file line number Diff line number Diff line change 2525 uses : threefoldtech/publish-flist@master
2626 with :
2727 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
28- baseurl : " https://hub.grid.tf"
2928 action : crosslink
3029 user : tf-zos
3130 name : zos:${{ github.event.inputs.grid }}-3:latest.flist
Original file line number Diff line number Diff line change 3939 user : tf-autobuilder
4040 root : archive
4141 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
42- baseurl : " https://hub.grid.tf"
4342 name : ${{ steps.setname.outputs.build }}
4443 - name : Symlink flist (development)
4544 if : success()
4847 action : symlink
4948 user : tf-autobuilder
5049 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
51- baseurl : " https://hub.grid.tf"
5250 name : ${{ steps.setname.outputs.build }}
5351 target : bootstrap-v4:development.flist
5452 - name : Symlink flist (release)
5856 action : symlink
5957 user : tf-autobuilder
6058 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
61- baseurl : " https://hub.grid.tf"
6259 name : ${{ steps.setname.outputs.build }}
6360 target : bootstrap-v4:latest.flist
Original file line number Diff line number Diff line change 6060 uses : threefoldtech/publish-flist@master
6161 with :
6262 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
63- baseurl : " https://hub.grid.tf"
6463 action : publish
6564 user : tf-autobuilder
6665 root : archive
7574 if : success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main_new')
7675 with :
7776 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
78- baseurl : " https://hub.grid.tf"
7977 action : tag
8078 user : tf-autobuilder
8179 name : ${{ steps.tag.outputs.reference }}/zos.flist
8987 uses : threefoldtech/publish-flist@master
9088 with :
9189 threefold : ${{ secrets.HUB_AUTOMATION_TOKEN }}
92- baseurl : " https://hub.grid.tf"
9390 action : crosstag
9491 user : tf-zos
9592 name : development-v3light
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Zos Update Worker
22
33defaults :
44 run :
5- working-directory : tools/zos-update-worker
5+ working-directory : tools/zos-update-worker
66
7- on :
7+ on :
88 push :
99 paths :
1010 - tools/zos-update-worker/**
@@ -21,20 +21,20 @@ jobs:
2121
2222 - name : Install GO
2323 uses : actions/setup-go@v3
24- with :
24+ with :
2525 go-version : 1.19
2626
2727 - name : golangci-lint
2828 uses : golangci/golangci-lint-action@v3
2929 with :
3030 args : --timeout 3m --verbose
31- working-directory : tools/zos-update-worker
31+ working-directory : tools/zos-update-worker
3232
3333 - name : staticcheck
34343535 with :
3636 version : " 2022.1.3"
37- working-directory : tools/zos-update-worker
37+ working-directory : tools/zos-update-worker
3838 env :
3939 GO111MODULE : on
4040
4343 with :
4444 gofmt-flags : " -l -d"
4545 gofmt-path : " tools/zos-update-worker"
46-
46+
4747 - name : Test
4848 run : go test -v ./...
49-
50-
You can’t perform that action at this time.
0 commit comments