diff --git a/.github/workflows/undock.sh b/.github/workflows/undock.sh index 1139460..ab3bf52 100644 --- a/.github/workflows/undock.sh +++ b/.github/workflows/undock.sh @@ -19,8 +19,8 @@ function print_time_cost(){ # https://github.com/crazy-max/undock/releases/download/v0.8.0/undock_0.8.0_linux_arm64.tar.gz function loadBins(){ file=undock_0.8.0_linux_amd64.tar.gz; URL=https://github.com/crazy-max/undock/releases/download/v0.8.0/$file - # curl -o- -k -fSL $URL > $dpkg/$file; - AUTH=root:root; curl -o- -u $AUTH http://172.25.23.203/repository1/platform/2024/$file > $dpkg/$file + curl -o- -k -fSL $URL > $dpkg/$file; + # AUTH=root:root; curl -o- -u $AUTH http://172.25.23.203/repository1/platform/2024/$file > $dpkg/$file # view # echo "cur: $cur"; pwd; ls -lh $dpkg/