Skip to content

Commit

Permalink
remove curl, wget, gnupg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoyuyu committed Dec 18, 2023
1 parent 431aa2f commit 552ee6b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/apisix-docker-image-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,4 @@ jobs:
echo "The /etc/ssl directory exists in the apisix container."; \
else \
echo "The /etc/ssl directory does not exist in the apisix container." && exit 125; \
fi'
- name: test gnupg package
run: |
docker exec docker-apisix_apisix_1 bash -c 'if [ ! -x "/usr/bin/gpg" ]; then \
echo "The gnupg package does not exist in the apisix container."; \
else \
echo "The gnupg package exists in the apisix container." && exit 125; \
fi'
- name: test curl command
run: |
docker exec docker-apisix_apisix_1 bash -c 'if [ ! -x "/usr/bin/curl" ]; then \
echo "The curl command does not exist in the apisix container."; \
else \
echo "The curl command exists in the apisix container." && exit 125; \
fi'
- name: test wget command
run: |
docker exec docker-apisix_apisix_1 bash -c 'if [ ! -x "/usr/bin/wget" ]; then \
echo "The wget command does not exist in the apisix container."; \
else \
echo "The wget command exists in the apisix container." && exit 125; \
fi'

0 comments on commit 552ee6b

Please sign in to comment.