Aine
há 2 anos
ascendente
cometimento
f3e4fca415
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 34969C908CCA2804
1 ficheiros alterados com
1 adições e
1 eliminações
-
justfile
|
|
|
@@ -14,7 +14,7 @@ roles: |
|
|
|
fi |
|
|
|
|
|
|
|
# Updates requirements.yml if there are any new tags available. Supported flags: -u (update roles, if any new tags are available) |
|
|
|
update *flags: #update-self |
|
|
|
update *flags: update-self |
|
|
|
#!/usr/bin/env sh |
|
|
|
if [ -x "$(command -v agru)" ]; then |
|
|
|
echo {{ if flags == "" { "installing roles..." } else if flags == "-u" { "updating roles..." } else { "unknown flag passed" } }} |
|
|
|
|