File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments