ci(choco): fix chocolatey docker build (#903)

Signed-off-by: hackercat <me@hackerc.at>
This commit is contained in:
Ryan
2021-11-24 18:27:38 +01:00
committed by GitHub
parent 8ad6c07083
commit 6ebcac3771
2 changed files with 10 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
set -e
function choco {
mono /opt/chocolatey/choco.exe "$@" --allow-unofficial --nocolor
mono /opt/chocolatey/code_drop/chocolatey/choco.exe "$@" --allow-unofficial --nocolor
}
function get_version {