This commit is contained in:
parent
ccc66aeae8
commit
925cb98447
@ -25,11 +25,11 @@ steps:
|
|||||||
- name: "mirror"
|
- name: "mirror"
|
||||||
image: "docker:20.10.17"
|
image: "docker:20.10.17"
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
privileged: true
|
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_USER: drone
|
REGISTRY_USER: drone
|
||||||
REGISTRY_PASSWORD:
|
REGISTRY_PASSWORD:
|
||||||
from_secret: drone_secret
|
from_secret: drone_secret
|
||||||
commands:
|
commands:
|
||||||
|
- ls /var/run
|
||||||
- apk add --no-cache bash
|
- apk add --no-cache bash
|
||||||
- ./mirror.sh
|
- ./mirror.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user