mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 08:06:24 +00:00
add cicd
This commit is contained in:
parent
1a1e4ce912
commit
90ea7e10fb
6
deployment/Jenkinsfile
vendored
6
deployment/Jenkinsfile
vendored
@ -60,9 +60,9 @@ podTemplate(
|
|||||||
sh """
|
sh """
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y docker.io
|
apt-get install -y docker.io
|
||||||
groupadd -f docker
|
//groupadd -f docker
|
||||||
usermod -aG docker root
|
//usermod -aG docker root
|
||||||
chmod 666 /var/run/docker.sock
|
//chmod 666 /var/run/docker.sock
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sh """
|
sh """
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user