diff --git a/ci-wrappers.sh b/ci-wrappers.sh index 64168469fff4964c65c5f2c5f1f513b12502cc49..c93e3f0137e7664595ad9b6194a92a82d7fcb6f5 100644 --- a/ci-wrappers.sh +++ b/ci-wrappers.sh @@ -327,3 +327,7 @@ github-runner-org() ( github-runner-remove-all() ( 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