Finish removing push.sh. No longer use scm.hyperling.com. (#29)
This commit is contained in:
parent
709714db04
commit
8e4690d042
@ -6,8 +6,9 @@
|
|||||||
path: "{{ user_root.home }}/bin/scm.sh"
|
path: "{{ user_root.home }}/bin/scm.sh"
|
||||||
block: |
|
block: |
|
||||||
# 20210211 - Make life easier!
|
# 20210211 - Make life easier!
|
||||||
push.sh
|
git clone {{ repo_github }} ansible-pull
|
||||||
time curl https://scm.hyperling.com | bash
|
ansible-pull/setup.sh
|
||||||
|
mv ansible-pull ~/TRASH/
|
||||||
marker: '{mark}'
|
marker: '{mark}'
|
||||||
marker_begin: "#!{{ bash_exec.stdout }}"
|
marker_begin: "#!{{ bash_exec.stdout }}"
|
||||||
marker_end: "exit 0"
|
marker_end: "exit 0"
|
||||||
@ -37,7 +38,6 @@
|
|||||||
|
|
||||||
## Main ##
|
## Main ##
|
||||||
|
|
||||||
push.sh
|
|
||||||
time {{ ansible_pull_exec.stdout }} -U {{ repo_github }} --checkout $branch
|
time {{ ansible_pull_exec.stdout }} -U {{ repo_github }} --checkout $branch
|
||||||
|
|
||||||
marker: '{mark}'
|
marker: '{mark}'
|
||||||
|
@ -6,8 +6,9 @@
|
|||||||
path: "{{ user_user.home }}/bin/scm.sh"
|
path: "{{ user_user.home }}/bin/scm.sh"
|
||||||
block: |
|
block: |
|
||||||
# 20210211 - Make life easier!
|
# 20210211 - Make life easier!
|
||||||
push.sh
|
git clone {{ repo_github }} ansible-pull
|
||||||
time curl https://scm.hyperling.com | sudo bash
|
ansible-pull/setup.sh
|
||||||
|
mv ansible-pull ~/TRASH/
|
||||||
marker: '{mark}'
|
marker: '{mark}'
|
||||||
marker_begin: "#!{{ bash_exec.stdout }}"
|
marker_begin: "#!{{ bash_exec.stdout }}"
|
||||||
marker_end: "exit 0"
|
marker_end: "exit 0"
|
||||||
@ -37,7 +38,6 @@
|
|||||||
|
|
||||||
## Main ##
|
## Main ##
|
||||||
|
|
||||||
push.sh
|
|
||||||
time sudo {{ ansible_pull_exec.stdout }} -U {{ repo_github }} --checkout $branch
|
time sudo {{ ansible_pull_exec.stdout }} -U {{ repo_github }} --checkout $branch
|
||||||
|
|
||||||
marker: '{mark}'
|
marker: '{mark}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user