sh: Move process files to proper location
This commit is contained in:
parent
31b48cb92f
commit
fd1c306941
@ -9,8 +9,8 @@ ROOTFS_DIR='/home/builduser/base' # in rootfs
|
||||
ARTEFACT_BASE='/opt/micobu/rootfs/home/builduser/artefacts'
|
||||
BUILD_TIMEOUT='600'
|
||||
API_KEY='mykey'
|
||||
SERVER_PIPE='/var/tmp/micobu_pipe'
|
||||
SERVER_LOCK='/var/tmp/micobu.lock'
|
||||
SERVER_PIPE="/run/user/`id -u`/micobu.pipe"
|
||||
SERVER_LOCK="/run/user/`id -u`/micobu.lock"
|
||||
|
||||
BUILD_BASE=$ROOTFS_BASE$ROOTFS_DIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user