update scripts
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 53s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 53s
This commit is contained in:
parent
6eab5c041a
commit
9b34b12b22
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd ./invidious-companion || exit
|
||||
git am ../patches/*.patch
|
||||
git am ../patches/*.patch -3
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Removing old patches"
|
||||
rm ./patches/*.patch
|
||||
cd ./invidious-companion || exit
|
||||
git format-patch origin/HEAD --output-directory ../patches
|
Loading…
Add table
Reference in a new issue