Added gitea CI/CD configuration
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 12s
Some checks failed
Create Docker Image / Build Docker Image (push) Failing after 12s
This commit is contained in:
parent
bd48344ac4
commit
194487897d
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [ ! -d build-cache ]; then mkdir build-cache; fi
|
if [ ! -d build-cache ]; then mkdir build-cache; fi
|
||||||
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
|
||||||
apk add git curl nodejs
|
apk add git curl nodejs jq
|
||||||
( dockerd --host=tcp://0.0.0.0:2375 --tls=false & ) && sleep 3
|
( dockerd --host=tcp://0.0.0.0:2375 --tls=false & ) && sleep 3
|
||||||
docker info && docker version
|
docker info && docker version
|
||||||
# env|sort
|
# env|sort
|
||||||
|
Loading…
Reference in New Issue
Block a user