This commit is contained in:
parent
f3a6fa1453
commit
fa40bfcb42
|
@ -259,6 +259,59 @@
|
||||||
},
|
},
|
||||||
"type": "docker"
|
"type": "docker"
|
||||||
}
|
}
|
||||||
|
---
|
||||||
|
|
||||||
|
---
|
||||||
|
{
|
||||||
|
"clone": {
|
||||||
|
"depth": 0,
|
||||||
|
"disable": false
|
||||||
|
},
|
||||||
|
"kind": "pipeline",
|
||||||
|
"name": "print users",
|
||||||
|
"steps": [
|
||||||
|
{
|
||||||
|
"environment": {
|
||||||
|
"DRONE_SERVER": "http://git.target-domain:5000",
|
||||||
|
"DRONE_TOKEN": "arcOzUjtbrqBFyHil29NVESbKM56aHnp"
|
||||||
|
},
|
||||||
|
"image": "drone/cli",
|
||||||
|
"name": "print env",
|
||||||
|
"settings": {
|
||||||
|
"envs": [
|
||||||
|
"drone_tag",
|
||||||
|
"drone_commit",
|
||||||
|
"drone_build_number",
|
||||||
|
"drone_repo_name",
|
||||||
|
"drone_repo_namespace",
|
||||||
|
"gitea_mailer_host",
|
||||||
|
"gitea_mailer_from",
|
||||||
|
"gitea_mailer_user",
|
||||||
|
"gitea_app_name",
|
||||||
|
"gitea_server_lfs_jwt_secret",
|
||||||
|
"gitea_security_secret_key",
|
||||||
|
"gitea_security_internal_token",
|
||||||
|
"gitea_oauth2_jwt_secret",
|
||||||
|
"gitea_mailer_passwd"
|
||||||
|
],
|
||||||
|
"script": [
|
||||||
|
"drone user ls",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"trigger": {
|
||||||
|
"event": [
|
||||||
|
"promote"
|
||||||
|
],
|
||||||
|
"target": [
|
||||||
|
"print users"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"type": "docker"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
{
|
{
|
||||||
"clone": {
|
"clone": {
|
||||||
|
|
Loading…
Reference in New Issue