summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-05 22:41:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-05 22:41:37 -0300
commiteae1672e2f2ca9107815722c422c3e03e714154d (patch)
tree425cdd8a94620f2fd05c673b48550945fc82ac88
parent3ae369e92ca8aa0961b3013fb8136ed90d42d297 (diff)
downloadclientdata-eae1672e2f2ca9107815722c422c3e03e714154d.tar.gz
clientdata-eae1672e2f2ca9107815722c422c3e03e714154d.tar.bz2
clientdata-eae1672e2f2ca9107815722c422c3e03e714154d.tar.xz
clientdata-eae1672e2f2ca9107815722c422c3e03e714154d.zip
This simple change is to allow your fork to be named anything you want, without breaking pipelines.
-rwxr-xr-x.tools/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/init.sh b/.tools/init.sh
index 4fe533ef..6bd46c05 100755
--- a/.tools/init.sh
+++ b/.tools/init.sh
@@ -85,6 +85,6 @@ function aptget_install {
function clientdata_init {
mkdir shared
cd ..
- ln -s clientdata client-data
+ ln -s ${CI_PROJECT_NAME:=clientdata} client-data
check_error $?
}