clean up
This commit is contained in:
parent
c1aada8523
commit
1641c410de
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
||||
7
|
||||
8
|
||||
|
6
.github/github_pushback.sh
vendored
6
.github/github_pushback.sh
vendored
@ -11,11 +11,11 @@ ssh-keyscan -H git.pika-os.com >> ~/.ssh/known_hosts
|
||||
#export GIT_SSH_COMMAND="ssh -F ~/.ssh/config"
|
||||
|
||||
#ssh -o StrictHostKeyChecking=no -vT git@git.pika-os.com
|
||||
ssh -vT git@git.pika-os.com
|
||||
#ssh -vT git@git.pika-os.com
|
||||
|
||||
# Commit changes to git
|
||||
git config --global user.name 'ferreo'
|
||||
git config --global user.email 'harderthanfire@gmail.com'
|
||||
git config --global user.name 'Github Gitea Push Back Key - Cosmo'
|
||||
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 remote set-url origin git@git.pika-os.com:custom-gui-packages/pika-first-setup
|
||||
git add .
|
||||
|
13
.github/workflows/build-canaryv3.yml
vendored
13
.github/workflows/build-canaryv3.yml
vendored
@ -18,10 +18,17 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Runner Origin Check
|
||||
run: |
|
||||
if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then
|
||||
exit 1
|
||||
else
|
||||
true
|
||||
fi
|
||||
env:
|
||||
RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }}
|
||||
|
||||
- name: Not github check
|
||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
13
.github/workflows/build-nestv3.yml
vendored
13
.github/workflows/build-nestv3.yml
vendored
@ -18,10 +18,17 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Runner Origin Check
|
||||
run: |
|
||||
if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then
|
||||
exit 1
|
||||
else
|
||||
true
|
||||
fi
|
||||
env:
|
||||
RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }}
|
||||
|
||||
- name: Not github check
|
||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
13
.github/workflows/github-pushback.yml
vendored
13
.github/workflows/github-pushback.yml
vendored
@ -16,10 +16,17 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Runner Origin Check
|
||||
run: |
|
||||
if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then
|
||||
true
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
env:
|
||||
RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }}
|
||||
|
||||
- name: Is github check
|
||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
13
.github/workflows/release-canaryv3.yml
vendored
13
.github/workflows/release-canaryv3.yml
vendored
@ -18,10 +18,17 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Runner Origin Check
|
||||
run: |
|
||||
if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then
|
||||
exit 1
|
||||
else
|
||||
true
|
||||
fi
|
||||
env:
|
||||
RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }}
|
||||
|
||||
- name: Not github check
|
||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
13
.github/workflows/release-nestv3.yml
vendored
13
.github/workflows/release-nestv3.yml
vendored
@ -18,10 +18,17 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Runner Origin Check
|
||||
run: |
|
||||
if [ "${{ secrets.RUNNER_ORIGIN }}" = "github" ]; then
|
||||
exit 1
|
||||
else
|
||||
true
|
||||
fi
|
||||
env:
|
||||
RUNNER_ORIGIN: ${{ secrets.RUNNER_ORIGIN }}
|
||||
|
||||
- name: Not github check
|
||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user