mirror of https://gitlab.com/octtspacc/sitoctt
Revert script
This commit is contained in:
parent
680cb64332
commit
3989b51af2
|
@ -9,7 +9,14 @@ before_script:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- ./Scripts/Prepare.GitLab.html2gmi.sh
|
- git clone --depth 1 https://github.com/LukeEmmet/html2gmi
|
||||||
|
- cd html2gmi
|
||||||
|
- go get github.com/LukeEmmet/html2gmi
|
||||||
|
- echo "#!/bin/sh" > ./html2gmi
|
||||||
|
- echo "cd $PWD; go run ." >> ./html2gmi
|
||||||
|
- chmod +x ./html2gmi
|
||||||
|
- PATH=$PATH:$PWD
|
||||||
|
- cd ..
|
||||||
- git clone --depth 1 https://gitlab.com/octtspacc/staticoso
|
- git clone --depth 1 https://gitlab.com/octtspacc/staticoso
|
||||||
- ./Scripts/Deploy.GitLab.sh
|
- ./Scripts/Deploy.GitLab.sh
|
||||||
- ./Scripts/Deploy.Gemini.sh
|
- ./Scripts/Deploy.Gemini.sh
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/LukeEmmet/html2gmi
|
|
||||||
cd html2gmi
|
|
||||||
go get github.com/LukeEmmet/html2gmi
|
|
||||||
|
|
||||||
echo "#!/bin/sh" > ./html2gmi
|
|
||||||
echo "cd $PWD; go run ." >> ./html2gmi
|
|
||||||
|
|
||||||
#cat > ./html2gmi << [EOF]
|
|
||||||
##!/bin/sh
|
|
||||||
#cd $PWD
|
|
||||||
#go run .
|
|
||||||
#[EOF]
|
|
||||||
|
|
||||||
chmod +x ./html2gmi
|
|
||||||
PATH=$PATH:$PWD
|
|
||||||
cd ..
|
|
Loading…
Reference in New Issue