Skip to content

Commit e790b46

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 1b0d22e commit e790b46

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/package-apisix-rpm-ubi.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ jobs:
6262
run: |
6363
docker run -itd -v $PWD/output:/output -v $(pwd)/test/apisix/config.yaml:/usr/local/apisix/conf/config.yaml --name ubiInstance --net="host" registry.access.redhat.com/ubi9/ubi:9.6 /bin/bash
6464
65-
- name: enable apisix repository in container
66-
run: |
67-
docker exec ubiInstance bash -c "rpm --import https://repos.apiseven.com/KEYS"
68-
docker exec ubiInstance bash -c "yum -y install https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm"
69-
7065
- name: install APISIX(-remote) master by rpm in container
7166
run: |
7267
docker exec ubiInstance bash -c "yum -y localinstall /output/apisix-remote-master-0.ubi9.6.x86_64.rpm"

0 commit comments

Comments
 (0)