Skip to content
Snippets Groups Projects
Verified Commit 09d32675 authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

SSH to HTTPS in git clone

parent eb73611b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,8 +4,8 @@ all:
script:
- node --version
- rm -rf build
- if [ -f generator ] ; then cd generator; git pull; cd ..; else git clone git@git.ok1kvk.cz:ok1kvk.cz/generator.git; fi
- if [ -f static ] ; then cd static; git pull; cd ..; else git clone git@git.ok1kvk.cz:ok1kvk.cz/static.git; fi
- if [ -f generator ] ; then cd generator; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/generator.git; fi
- if [ -f static ] ; then cd static; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git; fi
- cd generator/; npm install; cd ..
- node generator/index.js --contentdir . --staticdir static --themedir generator/theme --builddir build --noserver
- generator/upload
......
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