This commit is contained in:
parent
e652b12f90
commit
be2332d370
@ -22,10 +22,10 @@ steps:
|
||||
commands:
|
||||
- echo "test" >> text.txt
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_KEY" | ssh-add -
|
||||
- ls -la ~/.ssh
|
||||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- echo "$SSH_KEY" | ssh-add -
|
||||
- ls -la ~/.ssh
|
||||
- echo "test" >> test.txt
|
||||
- git add --all
|
||||
- git commit -m test
|
||||
|
Loading…
Reference in New Issue
Block a user