Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 53s
4 lines
73 B
Bash
Executable file
4 lines
73 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ./invidious-companion || exit
|
|
git am ../patches/*.patch -3
|