Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Nov 15, 2023
1 parent 478fc8a commit 27e1454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ jobs:
chmod 600 ~/.ssh/id_rsa
git config --global init.defaultBranch main
git init
git remote add testlog [email protected]:lbonaldo/testlog.git
cat << EOF > ~/.ssh/config
Host github.com
User git
ForwardX11 no
IdentityFile ~/.ssh/id_rsa
EOF
cat ~/.ssh/id_rsa
git remote add testlog [email protected]:lbonaldo/testlog.git
git pull testlog main
if [ -d Logs_v${{ matrix.version }} ]; then
mv Logs_v${{ matrix.version }}/*.log .
Expand Down

0 comments on commit 27e1454

Please sign in to comment.