mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
And finally the proper test command
This commit is contained in:
parent
c6a71d2721
commit
0c6ee0e921
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
set -ex
|
||||
DOCKER_IMAGES=$(docker images --filter reference='*/certbot' --filter reference='*/dns-*' --format '{{.Repository}}:{{.Tag}}')
|
||||
for DOCKER_IMAGE in ${DOCKER_IMAGES}
|
||||
do docker run --rm "${DOCKER_IMAGE}" plugin --prepare
|
||||
do docker run --rm "${DOCKER_IMAGE}" plugins --prepare
|
||||
done
|
||||
- job: installer_build
|
||||
pool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue