mirror of https://github.com/knative/docs.git
Update common github actions (#3119)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
ebbf6c7f18
commit
7a2fa24f89
|
@ -36,8 +36,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
#########################################
|
#########################################
|
||||||
# Update this section each release. #
|
# Update this section each release. #
|
||||||
RELEASE: 'v0.19'
|
RELEASE: 'v0.20'
|
||||||
SLACK_CHANNEL: 'release-19'
|
SLACK_CHANNEL: 'release-20'
|
||||||
#########################################
|
#########################################
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -45,7 +45,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
go get github.com/google/ko/cmd/ko
|
curl -L https://github.com/google/ko/releases/download/v0.6.0/ko_0.6.0_Linux_x86_64.tar.gz | tar xzf - ko
|
||||||
|
chmod +x ./ko
|
||||||
|
sudo mv ko /usr/local/bin
|
||||||
go get github.com/google/go-licenses
|
go get github.com/google/go-licenses
|
||||||
|
|
||||||
- name: Check out code onto GOPATH
|
- name: Check out code onto GOPATH
|
||||||
|
|
Loading…
Reference in New Issue