File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,10 @@ jobs:
4141 apt upgrade -y
4242 apt install -y docker.io unzip
4343 docker version
44- curl -L ' https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)' -o /usr/local/bin/docker-compose
44+ curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
4545 chmod +x /usr/local/bin/docker-compose
4646 docker-compose version
4747 wget -q -O tmp.zip "https://github.com/exadel-inc/CompreFace/releases/download/v${{ env.VERSION }}/CompreFace_${{ env.VERSION }}.zip" && unzip tmp.zip && rm tmp.zip
4848 chmod 666 /var/run/docker.sock
49- docker-compose pull --quiet
5049 docker-compose up -d
5150 /usr/sbin/waagent -force -deprovision+user && export HISTSIZE=0 && sync
You can’t perform that action at this time.
0 commit comments