Skip to content

Commit

Permalink
ci: troubleshooting pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Mar 4, 2025
1 parent 29e3e60 commit 64c1190
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ on:
- synchronize

jobs:
setup-kcp:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: kcp-dev/kcp
ref: main
path: kcp
- name: Run build script
run: |
cd kcp && IGNORE_GO_VERSION=1 make build
pipe:
concurrency:
group: ${{ github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ tasks:
setup:kcp:
internal: true
cmds:
# - test -s {{.LOCAL_BIN}}/kcp || GOBIN=$(pwd)/{{.LOCAL_BIN}} ./hack/download-tool.sh https://github.com/kcp-dev/kcp/releases/download/v{{ .KCP_VERSION }}/kcp_{{ .KCP_VERSION }}_{{ .GOOS }}_{{ .GOARCH }}.tar.gz kcp {{.KCP_VERSION}}
- ./hack/buildKcp.sh {{.LOCAL_BIN}}/kcp
- test -s {{.LOCAL_BIN}}/kcp || cp ../kcp/bin/kcp {{.LOCAL_BIN}}/kcp
setup:gomplate:
internal: true
cmds:
Expand Down

0 comments on commit 64c1190

Please sign in to comment.