update script
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 8s
This commit is contained in:
parent
910542c66e
commit
3f98a8862b
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@ echo "Building container image"
|
||||||
|
|
||||||
docker_cmd='docker buildx build ./invidious-companion'
|
docker_cmd='docker buildx build ./invidious-companion'
|
||||||
if eval "$docker_cmd"; then
|
if eval "$docker_cmd"; then
|
||||||
echo "Done"
|
echo "Build done, Reseting invidious-companion repository (git reset --hard origin/HEAD)"
|
||||||
else
|
else
|
||||||
echo "Failed to execute $docker_cmd"
|
echo "Failed to execute $docker_cmd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sh -c './reset-companion-repo.sh'
|
||||||
|
echo "Done!"
|
Loading…
Add table
Reference in a new issue