5 lines
152 B
Bash
5 lines
152 B
Bash
# ssh url of the packages directory of the repo
|
|
PROJECT_FOLDER=""
|
|
export CONFIG_REPO_URL="/${PROJECT_FOLDER}"
|
|
export PUSH_REPO_URL="/${PROJECT_FOLDER}"
|