mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +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 """
|
||||
apt-get update
|
||||
apt-get install -y docker.io
|
||||
groupadd -f docker
|
||||
usermod -aG docker root
|
||||
chmod 666 /var/run/docker.sock
|
||||
//groupadd -f docker
|
||||
//usermod -aG docker root
|
||||
//chmod 666 /var/run/docker.sock
|
||||
"""
|
||||
|
||||
sh """
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user