This commit is contained in:
parent
6a33ef9f27
commit
00c9414dc4
7
.github/github_pushback.sh
vendored
7
.github/github_pushback.sh
vendored
@ -1,6 +1,11 @@
|
|||||||
#! /bin/bash
|
#! /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
|
git remote set-url origin git@git.pika-os.com:custom-gui-packages/pika-first-setup
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user