mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	fix ci
This commit is contained in:
		
							parent
							
								
									fa6234e417
								
							
						
					
					
						commit
						cfbb3e86b3
					
				@ -16,13 +16,14 @@ addons:
 | 
				
			|||||||
    packages:
 | 
					    packages:
 | 
				
			||||||
    - shellcheck
 | 
					    - shellcheck
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#before_install:
 | 
					before_install:
 | 
				
			||||||
#  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update          ; fi
 | 
					  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update          ; fi
 | 
				
			||||||
#  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install shellcheck; fi
 | 
					  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install openssl ; fi
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - echo "TEST_LOCAL=$TEST_LOCAL"
 | 
					  - echo "TEST_LOCAL=$TEST_LOCAL"
 | 
				
			||||||
  - echo "NGROK_TOKEN=$(echo "$NGROK_TOKEN" | wc -c)"
 | 
					  - echo "NGROK_TOKEN=$(echo "$NGROK_TOKEN" | wc -c)"
 | 
				
			||||||
 | 
					  - openssl version
 | 
				
			||||||
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -sSL $SHFMT_URL -o ~/shfmt ; fi
 | 
					  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then curl -sSL $SHFMT_URL -o ~/shfmt ; fi
 | 
				
			||||||
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then chmod +x ~/shfmt ; fi
 | 
					  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then chmod +x ~/shfmt ; fi
 | 
				
			||||||
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ~/shfmt -l -w -i 2 . ; fi
 | 
					  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ~/shfmt -l -w -i 2 . ; fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user