mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Fix
This commit is contained in:
parent
19b7c2df28
commit
004d400ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
- bash: |
|
||||
set -e
|
||||
DOCKER_IMAGES=$(docker images --filter reference='*/certbot' --filter reference='*/dns-*' --format '{{.Repository}}')
|
||||
for $DOCKER_IMAGE in DOCKER_IMAGES
|
||||
for DOCKER_IMAGE in $DOCKER_IMAGES
|
||||
do docker run --rm $DOCKER_IMAGE plugin --prepare
|
||||
done
|
||||
- job: installer_build
|
||||
|
|
|
|||
Loading…
Reference in a new issue