7 lines
187 B
Bash
7 lines
187 B
Bash
|
source "/etc/netoik-cicd/deployer.conf"
|
||
|
|
||
|
if [ "$(id --user --name)" = "git" ]; then
|
||
|
NETOIK_CICD_DEPLOYER_RESPONSE_DIR="$REQUEST_DIR"
|
||
|
NETOIK_CICD_DEPLOYER_REQUEST_DIR="$RESPONSE_DIR"
|
||
|
fi
|