环境变量修改

master
chaopower 2023-12-05 17:39:56 +08:00
parent 9d65d5141e
commit b3fc57be53
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# 目录环境 # 目录环境
export WORKFLOW=/home/zhangchao/project/pipeline/workflow # export WORKFLOW=/home/zhangchao/project/pipeline/workflow
export WORKFLOW=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
export PUBLIC=$WORKFLOW/script/public export PUBLIC=$WORKFLOW/script/public
export DATABASE=$WORKFLOW/database export DATABASE=$WORKFLOW/database