Really fix error in gitlab URLs
This commit is contained in:
parent
a4d7188400
commit
7c6210dfba
@ -59,7 +59,7 @@ gt_community ()
|
|||||||
gt_vendor ()
|
gt_vendor ()
|
||||||
{
|
{
|
||||||
REPO="Avancys v14 for Agofer"
|
REPO="Avancys v14 for Agofer"
|
||||||
SRC=ssh://git@gitlab.com:mgarcia.avancys/v14_avancys_agofer.git
|
SRC=git@gitlab.com:mgarcia.avancys/v14_avancys_agofer.git
|
||||||
DEST=./vendor/
|
DEST=./vendor/
|
||||||
OPTIONS=""
|
OPTIONS=""
|
||||||
if [ ! -d "$DEST" ]; then
|
if [ ! -d "$DEST" ]; then
|
||||||
@ -101,7 +101,7 @@ gt_vendor01 ()
|
|||||||
gt_vendor02 ()
|
gt_vendor02 ()
|
||||||
{
|
{
|
||||||
REPO="Electronic documents by Avancys"
|
REPO="Electronic documents by Avancys"
|
||||||
SRC=ssh://git@gitlab.com:mgarcia.avancys/v14-electronic-documents-agofer.git
|
SRC=git@gitlab.com:mgarcia.avancys/v14-electronic-documents-agofer.git
|
||||||
DEST=./vendor02/
|
DEST=./vendor02/
|
||||||
OPTIONS=""
|
OPTIONS=""
|
||||||
if [ ! -d "$DEST" ]; then
|
if [ ! -d "$DEST" ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user