Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 53s
6 lines
No EOL
151 B
Bash
Executable file
6 lines
No EOL
151 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Removing old patches"
|
|
rm ./patches/*.patch
|
|
cd ./invidious-companion || exit
|
|
git format-patch origin/HEAD --output-directory ../patches |