automated terminal push
Some checks failed
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head There was a failure building this commit
Some checks failed
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,21 +1,26 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
echo "##"
|
echo "##"
|
||||||
echo "## launch > yankee > download consumer code"
|
echo "## launch > yankee > download consumer code"
|
||||||
echo "##"
|
echo "##"
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
|
rm -rf /yankee-consumer
|
||||||
|
|
||||||
rm -rf /yankee-gnome-fire-consumer
|
rm -rf /yankee-gnome-fire-consumer
|
||||||
|
|
||||||
git https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
||||||
|
|
||||||
chmod 777 yankee-gnome-fire-consumer -R
|
chmod 777 yankee-gnome-fire-consumer -R
|
||||||
|
|
||||||
mv yankee-gnome-fire-consumer yankee-consumer
|
mv yankee-gnome-fire-consumer yankee-consumer
|
||||||
|
|
||||||
|
cd yankee-consumer
|
||||||
|
|
||||||
chmod +x *.bash
|
chmod +x *.bash
|
||||||
|
|
||||||
chmod +x *.sh
|
|
||||||
|
|
||||||
ls -lha
|
ls -lha
|
||||||
|
|||||||
Reference in New Issue
Block a user