Change setting name from repo to git
This commit is contained in:
parent
3af909d348
commit
d7a76e1120
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ if [ "$PLUGIN_AUR" != "" ]; then
|
||||||
echo "Building AUR package $PLUGIN_AUR"
|
echo "Building AUR package $PLUGIN_AUR"
|
||||||
git clone "$AUR_URL/$PLUGIN_AUR.git" package
|
git clone "$AUR_URL/$PLUGIN_AUR.git" package
|
||||||
cd package
|
cd package
|
||||||
elif [ "$PLUGIN_REPO" != "" ]; then
|
elif [ "$PLUGIN_GIT" != "" ]; then
|
||||||
echo "Building package from git repository: $PLUGIN_REPO"
|
echo "Building package from git repository: $PLUGIN_GIT"
|
||||||
git clone "$PLUGIN_REPO" package
|
git clone "$PLUGIN_GIT" package
|
||||||
cd package
|
cd package
|
||||||
else
|
else
|
||||||
echo "Building source repository"
|
echo "Building source repository"
|
||||||
|
|
Loading…
Reference in a new issue