Initial commit
This commit is contained in:
		@@ -29,11 +29,11 @@ steps:
 | 
			
		||||
      from_secret: ssh_password
 | 
			
		||||
    port: 22
 | 
			
		||||
    environment:
 | 
			
		||||
      GIT_PULL:
 | 
			
		||||
      GIT_PULL_SCRIPT:
 | 
			
		||||
        from_secret: git_pull_script
 | 
			
		||||
    command_timeout: 2m
 | 
			
		||||
    script:
 | 
			
		||||
        - echo ${GIT_PULL}
 | 
			
		||||
        - echo $GIT_PULL
 | 
			
		||||
        - echo "$GIT_PULL"
 | 
			
		||||
        - echo ${GIT_PULL_SCRIPT}
 | 
			
		||||
        - echo $GIT_PULL_SCRIPT
 | 
			
		||||
        - echo "$GIT_PULL_SCRIPT"
 | 
			
		||||
        - cd /mnt/user/Docker/wiki && ./sthope/git_pull.sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user