dizyaka / Gitea Act Runner Install Script
0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 month ago
source: https://gist.github.com/DatDucati/c7672ecd2ef5d96ebd09ccd13a668a91
| 1 | #!/bin/bash |
| 2 | |
| 3 | check_command() { |
| 4 | command -v $1 >/dev/null 2>&1 |
| 5 | } |
| 6 | |
| 7 | check_version() { |
| 8 | act_runner_version=$(act_runner -v | grep -o 'v[0-9]\+\.[0-9]\+\.[0-9]\+') |
| 9 | echo $act_runner_version |
| 10 | } |
Próximo
Anterior