fix: fixed agent docker installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
Gitea/docker-base-images/jdk14-alpine/pipeline/head There was a failure building this commit
Details
parent
5bbe07ffb0
commit
4fe1957af6
|
@ -20,6 +20,7 @@ pipeline {
|
||||||
sh 'echo ${PATH}'
|
sh 'echo ${PATH}'
|
||||||
sh 'ls -la /usr/bin | grep docker'
|
sh 'ls -la /usr/bin | grep docker'
|
||||||
sh "which docker"
|
sh "which docker"
|
||||||
|
sh 'chmod +x /usr/bin/docker'
|
||||||
sh """
|
sh """
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
|
|
Loading…
Reference in New Issue