pipe
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 9s
Haven Notify Build and Deploy / Build Haven Notify Image (arm64) (push) Successful in 2m23s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Failing after 49s
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 9s
Haven Notify Build and Deploy / Build Haven Notify Image (arm64) (push) Successful in 2m23s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Failing after 49s
This commit is contained in:
@@ -6,6 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'haven-notify/**'
|
- 'haven-notify/**'
|
||||||
|
- '.gitea/workflows/**'
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@@ -98,7 +99,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y curl
|
apt-get install -y curl
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl"
|
||||||
install -m 0755 kubectl /usr/local/bin/kubectl
|
install -m 0755 kubectl /usr/local/bin/kubectl
|
||||||
kubectl version --client
|
kubectl version --client
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user