sed is -ie not, -i -e
This commit is contained in:
parent
0d0ee23e79
commit
06904303e0
@ -18,7 +18,7 @@ services:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ ! -d build-cache ]; then mkdir build-cache; fi
|
- 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
|
- HTTP_PROXY=http://proxy.dege.lan:3128 apk add git curl
|
||||||
- docker info && docker version
|
- docker info && docker version
|
||||||
# env|sort
|
# env|sort
|
||||||
|
Loading…
Reference in New Issue
Block a user