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