You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	create .ssh dir
This commit is contained in:
		| @@ -5,6 +5,8 @@ PRIVATE_KEY="cfg/id_rsa" | ||||
| chmod 600 "${PRIVATE_KEY}" | ||||
| eval `ssh-agent -s` | ||||
| ssh-add "${PRIVATE_KEY}" | ||||
| mkdir ~/.ssh | ||||
| chmod 700 ~/.ssh | ||||
| ssh-keyscan github.com >> ~/.ssh/known_hosts | ||||
| git config user.name "Travis CI Publisher" | ||||
| git remote add docu "git@github.com:$TRAVIS_REPO_SLUG.git"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user