Skip to content
Snippets Groups Projects
Commit f0f297c2 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

add upgrades.

parent b977c978
No related branches found
No related tags found
No related merge requests found
...@@ -327,3 +327,7 @@ github-runner-org() ( ...@@ -327,3 +327,7 @@ github-runner-org() (
github-runner-remove-all() ( github-runner-remove-all() (
docker rm $(docker ps -a|grep myoung34/github-runner|cut -f 1 -d ' ') docker rm $(docker ps -a|grep myoung34/github-runner|cut -f 1 -d ' ')
) )
ci-wrappers-upgrade() (
curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/get-ci-wrapper.sh | bash
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment