netoik-cicd/profile/netoik-cicd-git.sh

7 lines
187 B
Bash
Raw Normal View History

2023-02-18 12:49:35 +00:00
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