We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d7439 commit 5d45189Copy full SHA for 5d45189
.github/workflows/tilt.yaml
@@ -35,13 +35,10 @@ jobs:
35
TILT_VERSION="0.33.3"
36
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
37
tar -xzv -C /usr/local/bin tilt
38
- - name: Install ctlptl
39
- run: |
40
- CTLPTL_VERSION="0.8.20"
41
- curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
42
- tar -xzv -C /usr/local/bin ctlptl
43
- name: Set up kind
44
- run: ctlptl create cluster kind --registry=ctlptl-registry
+ run: |
+ cd operator-controller
+ make kind-cluster
45
- name: Test Tilt
46
run: |
47
cd operator-controller
0 commit comments