mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 04:59:10 +00:00
add cicd
This commit is contained in:
Vendored
+3
-3
@@ -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 """
|
||||
|
||||
Reference in New Issue
Block a user