idk
All checks were successful
Github Push back to gitea / build (push) Successful in 39s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-04 20:00:38 +03:00
parent 6a33ef9f27
commit 00c9414dc4

View File

@ -1,6 +1,11 @@
#! /bin/bash
echo "${PWD##*/}" | grep "gitea-pika-first-setup" || echo "No push back here" && exit 0
if echo "${PWD##*/}" | grep "gitea-pika-first-setup"
then
echo "This is github attempt pushback"
else
echo "No push back here" && exit 0
fi
git remote set-url origin git@git.pika-os.com:custom-gui-packages/pika-first-setup