sed is -ie not, -i -e

This commit is contained in:
Deon George 2023-05-20 21:36:17 +10:00
parent 0d0ee23e79
commit 06904303e0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ services:
before_script:
- if [ ! -d build-cache ]; then mkdir build-cache; fi
- sed -ie s'/https/http/' /etc/apk/repositories
- sed -i -e s'/https/http/' /etc/apk/repositories
- HTTP_PROXY=http://proxy.dege.lan:3128 apk add git curl
- docker info && docker version
# env|sort