This commit is contained in:
parent
abb5136f39
commit
af49e4fbdb
10
.github/github_pushback.sh
vendored
10
.github/github_pushback.sh
vendored
@ -16,14 +16,14 @@ ssh-keyscan -H git.pika-os.com >> ~/.ssh/known_hosts
|
|||||||
# Commit changes to git
|
# Commit changes to git
|
||||||
git config --global user.name 'Github Gitea Push Back Key - Cosmo'
|
git config --global user.name 'Github Gitea Push Back Key - Cosmo'
|
||||||
git config --global user.email 'cosmo@pika-os.com'
|
git config --global user.email 'cosmo@pika-os.com'
|
||||||
#git config --global --add safe.directory /__w/gitea-pika-first-setup/gitea-pika-first-setup
|
#git config --global --add safe.directory /__w/gitea-pika-welcome/gitea-pika-welcome
|
||||||
|
|
||||||
git clone git@git.pika-os.com:custom-gui-packages/pika-first-setup
|
git clone git@git.pika-os.com:custom-gui-packages/pika-welcome
|
||||||
|
|
||||||
rm -rfv ./gitea-pika-first-setup/.git
|
rm -rfv ./gitea-pika-welcome/.git
|
||||||
cp -rfv ./pika-first-setup/.git ./gitea-pika-first-setup/
|
cp -rfv ./pika-welcome/.git ./gitea-pika-welcome/
|
||||||
|
|
||||||
cd ./gitea-pika-first-setup
|
cd ./gitea-pika-welcome
|
||||||
git add .
|
git add .
|
||||||
git commit -am"Github Mirror Push Back"
|
git commit -am"Github Mirror Push Back"
|
||||||
#git config pull.rebase true
|
#git config pull.rebase true
|
||||||
|
4
.github/workflows/github-pushback.yml
vendored
4
.github/workflows/github-pushback.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: git clone https://github.com/PikaOS-Linux/gitea-pika-first-setup
|
run: git clone https://github.com/PikaOS-Linux/gitea-pika-welcome
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: ./gitea-pika-first-setup/.github/github_pushback.sh
|
run: ./gitea-pika-welcome/.github/github_pushback.sh
|
||||||
|
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
@ -2,7 +2,7 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/pika-first-setup.iml" filepath="$PROJECT_DIR$/.idea/pika-first-setup.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/pika-welcome.iml" filepath="$PROJECT_DIR$/.idea/pika-welcome.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user