Update mirrorred images list and add Drone config.
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-06-26 23:53:26 +05:00
parent ee8764fb58
commit 0d60c4b933
6 changed files with 52 additions and 15 deletions
+29
View File
@@ -0,0 +1,29 @@
---
kind: pipeline
type: docker
name: "lint"
steps:
- name: lint
image: koalaman/shellcheck:v0.8.0
pull: if-not-exists
commands:
- shellcheck mirror.sh
---
kind: pipeline
type: docker
name: "mirror"
depends_on:
- "lint"
trigger:
branch: ["main"]
steps:
- name: "mirror"
image: "docker:20.10.17-dind"
pull: if-not-exists
commands:
- ./mirror.sh drone ${drone_secret}