File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
gitfile:
2
2
source: "https://github.com/Bobonium/gitfile.git"
3
- path: ~/workspace/github/bobonium /
3
+ path: ~/workspace/github/Bobonium /
4
4
version: master
Original file line number Diff line number Diff line change
1
+ test :
2
+ docker-compose up test
3
+
4
+ install :
5
+ cp ./gitfile.sh /usr/local/bin/gitfile
Original file line number Diff line number Diff line change
1
+ version : " 2"
2
+
3
+ services :
4
+ test :
5
+ image : bash:5
6
+ working_dir : /root/workspace/
7
+ volumes :
8
+ - ~/.ssh/:/root/.ssh/
9
+ - ./:/root/workspace/github/Bobonium/gitfile/
10
+ - ./gitfile.sh:/usr/local/bin/gitfile
11
+ command :
12
+ - bash
13
+ - -c
14
+ - " apk update > /dev/null 2>&1 && apk add git openssh-client > /dev/null 2>&1 && gitfile -f ./github/Bobonium/gitfile/.gitfile"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function printHelpText
9
9
echo " "
10
10
echo " application Options:"
11
11
echo " -p, --default-clone-path= Default path to git clone into (default: ./)"
12
- echo " -f, --gitfile= File path to the Gitfile (default: ./gitfile)"
12
+ echo " -f, --gitfile= File path to the Gitfile (default: ./. gitfile)"
13
13
echo " "
14
14
echo " Help Options:"
15
15
echo " -h, --help Show this help message and exit"
You can’t perform that action at this time.
0 commit comments