15 lines
408 B
YAML
15 lines
408 B
YAML
driver: smb-client
|
|
instance_id:
|
|
smb:
|
|
shareHost: ${SERVER_HOST}
|
|
shareBasePath: "${SHARE_NAME}/${CI_BUILD_KEY}"
|
|
# shareHost:shareBasePath should be mounted at this location in the controller container
|
|
controllerBasePath: "/mnt/client/smb/${CI_BUILD_KEY}"
|
|
dirPermissionsMode: "0777"
|
|
dirPermissionsUser: 0
|
|
dirPermissionsGroup: 0
|
|
|
|
node:
|
|
mount:
|
|
mount_flags: "username=smbroot,password=smbroot"
|