fixup
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
7ee309a4ae
commit
9a95fda93f
@ -1,6 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* * * * *'
|
- cron: '* * * * 10'
|
||||||
#- cron: '@hourly'
|
#- cron: '@hourly'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -16,4 +16,4 @@ jobs:
|
|||||||
- name: get pkgdashcli
|
- name: get pkgdashcli
|
||||||
run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
|
run: GOPROXY=direct GONOSUMDB="git.unistack.org/*" GONOPROXY="git.unistack.org/*" GOBIN=/bin go install git.unistack.org/unistack-org/pkgdash/cmd/pkgdashcli@latest
|
||||||
- name: pkgdashcli check
|
- name: pkgdashcli check
|
||||||
run: /bin/pkgdashcli check
|
run: echo /bin/pkgdashcli check
|
Loading…
Reference in New Issue
Block a user