Skip to content
Snippets Groups Projects
Commit cffdafce authored by Jesusalva Jesusalva's avatar Jesusalva Jesusalva :speech_balloon:
Browse files

Merge branch 'stable' into 'master'

deploying stable only, switched spm to scheduled repository

See merge request evol/clientdata!205
parents b3d52194 fdb2369a
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ pages:
paths:
- public
only:
- master
- stable
ok_job:
stage: ok
......
......@@ -27,7 +27,7 @@ check_error $?
cp -r upload/* ../../clientdata/public
cd ../../clientdata
gitclone https://gitlab.com/4144 pagesindexgen.git pagesindexgen
gitclone https://gitlab.com/themanaworld/manaplus/ pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
check_error $?
......
......@@ -6,7 +6,7 @@ export libname="$1_$2"
mkdir libdownload
cd libdownload
rm "${zipname}"
../client-data/.tools/retry.sh wget -O "${zipname}" "https://gitlab.com/simplepackagemanager/spm/builds/artifacts/$1/download?job=${libname}"
../client-data/.tools/retry.sh wget -O "${zipname}" "https://gitlab.com/themanaworld/manaplus/spm/builds/artifacts/$1/download?job=${libname}"
unzip "${zipname}"
cp -r "bin/${libname}" ..
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment