[zsh] change drone username

legacy
Simon Bruder 2019-03-24 12:59:44 +00:00
parent 803db04660
commit aad7d03284
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function drone-add-hub() {
function drone-add-registry() {
(
drone secret add --name docker_username --value sbruder "$1"
drone secret add --name docker_username --value simon "$1"
drone secret add --name docker_password --value "$(pass show accounts/sbruderldap|head -n 1)" "$1"
)
}