[wip] gitea actions
Some checks failed
Build profile / Build (push) Failing after 6s

This commit is contained in:
Simon Vieille 2023-10-02 22:20:48 +02:00
parent 12a282c82d
commit 9df2ecd29e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -10,7 +10,7 @@ jobs:
- run: |
mkdir -p ~/.ssh
eval $(ssh-agent -s)
echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
echo "${{ secrets.SSH_PRIVATE_KEY }}" | tr -d '\r' | ssh-add -
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- run: |
git config --global user.email ci@gitnet.fr
@ -21,7 +21,7 @@ jobs:
- run: |
git status
git add .
git commit -m "Build ${CI_BUILD_NUMBER}" || true
git commit -m "Build ${{ gitea.job }}" || true
git remote add repo git@gitnet.fr:deblan/.profile.git
git push repo main || true
#git push repo main || true