Skip to content

Commit a186985

Browse files
committed
debug ci
1 parent d28992b commit a186985

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/e2e-test-k8s.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -80,25 +80,6 @@ jobs:
8080
run: |
8181
make kind-up
8282
83-
- name: Build images
84-
env:
85-
TAG: dev
86-
ARCH: amd64
87-
ENABLE_PROXY: "false"
88-
BASE_IMAGE_TAG: "debug"
89-
run: |
90-
echo "building images..."
91-
make build-image
92-
93-
- name: Extract adc binary
94-
run: |
95-
echo "Extracting adc binary..."
96-
docker create --name adc-temp api7/api7-ingress-controller:dev
97-
docker cp adc-temp:/bin/adc /usr/local/bin/adc
98-
docker rm adc-temp
99-
chmod +x /usr/local/bin/adc
100-
echo "ADC binary extracted to /usr/local/bin/adc"
101-
10283
- name: Install v2 CRDs
10384
run: |
10485
make install-crds-nocel
@@ -107,10 +88,6 @@ jobs:
10788
run: |
10889
make download-api7ee3-chart
10990
110-
- name: Loading Docker Image to Kind Cluster
111-
run: |
112-
make kind-load-images
113-
11491
- name: Setup tmate session
11592
if: ${{ always() }}
11693
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)