mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:56:21 +00:00
si estamos actualizando desde origin/rails hay que ignorar el directorio
This commit is contained in:
parent
6ad2980caf
commit
c9de4f7198
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -134,7 +134,7 @@ ota-rb:
|
||||||
ssh $(delegate) mkdir -p /tmp/patches-$(commit)/
|
ssh $(delegate) mkdir -p /tmp/patches-$(commit)/
|
||||||
scp ./0*.patch $(delegate):/tmp/patches-$(commit)/
|
scp ./0*.patch $(delegate):/tmp/patches-$(commit)/
|
||||||
scp ./ota.sh $(delegate):/tmp/
|
scp ./ota.sh $(delegate):/tmp/
|
||||||
ssh $(delegate) docker cp /tmp/patches-$(commit) $(container):/tmp/
|
ssh $(delegate) docker cp /tmp/patches-$(shell echo $(commit) | cut -d / -f 1) $(container):/tmp/
|
||||||
ssh $(delegate) docker cp /tmp/ota.sh $(container):/usr/local/bin/ota
|
ssh $(delegate) docker cp /tmp/ota.sh $(container):/usr/local/bin/ota
|
||||||
ssh $(delegate) docker exec $(container) apk add --no-cache patch
|
ssh $(delegate) docker exec $(container) apk add --no-cache patch
|
||||||
ssh $(delegate) docker exec $(container) ota $(commit)
|
ssh $(delegate) docker exec $(container) ota $(commit)
|
||||||
|
|
Loading…
Reference in a new issue