automated terminal push
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
All checks were successful
code.softwareshinobi.com - yankee/yankee-downloader-desktop/pipeline/head This commit looks good
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
- yankee-downloader-nfs-downloads:/root/Downloads
|
- yankee-downloader-nfs-downloads:/home/yankee/Downloads
|
||||||
|
|
||||||
hostname: yankeedesktop
|
hostname: yankeedesktop
|
||||||
|
|
||||||
|
|||||||
@@ -7,20 +7,36 @@ echo "##"
|
|||||||
echo "## launch > yankee > download consumer code"
|
echo "## launch > yankee > download consumer code"
|
||||||
echo "##"
|
echo "##"
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
|
|
||||||
rm -rf /yankee-consumer
|
rm -rf /yankee-consumer
|
||||||
|
|
||||||
rm -rf /yankee-gnome-fire-consumer
|
rm -rf /yankee-gnome-fire-consumer
|
||||||
|
|
||||||
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git
|
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-consumer.git yankee-consumer
|
||||||
|
|
||||||
chmod 777 yankee-gnome-fire-consumer -R
|
|
||||||
|
|
||||||
mv yankee-gnome-fire-consumer yankee-consumer
|
|
||||||
|
|
||||||
cd yankee-consumer
|
cd yankee-consumer
|
||||||
|
|
||||||
chmod +x *.bash
|
chmod +x *.bash
|
||||||
|
|
||||||
ls -lha
|
ls -lha
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
cd /
|
||||||
|
|
||||||
|
rm -rf /yankee-publisher
|
||||||
|
|
||||||
|
rm -rf /yankee-gnome-fire-publisher
|
||||||
|
|
||||||
|
git clone https://code.softwareshinobi.com/yankee/yankee-gnome-fire-publisher.git yankee-publisher
|
||||||
|
|
||||||
|
cd yankee-publisher
|
||||||
|
|
||||||
|
chmod +x *.bash
|
||||||
|
|
||||||
|
ls -lha
|
||||||
|
|
||||||
|
##
|
||||||
|
|||||||
Reference in New Issue
Block a user