Skip to content

Commit acb8f7f

Browse files
ci: build liche from appscodelabs fork branch arnob-strip-prefix
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
1 parent 4e0edf6 commit acb8f7f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
2929
- name: Install link checker
3030
run: |
31-
curl -fsSL -o liche https://github.com/appscodelabs/liche/releases/download/v0.2.0/liche-linux-amd64
32-
chmod +x liche
31+
git clone --depth 1 -b arnob-strip-prefix https://github.com/appscodelabs/liche.git /tmp/liche
32+
cd /tmp/liche
33+
go build -o liche .
3334
sudo mv liche /usr/local/bin/liche
3435
3536
- name: Create Kubernetes cluster

0 commit comments

Comments
 (0)