mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	fix ci
This commit is contained in:
		
							parent
							
								
									72349507c4
								
							
						
					
					
						commit
						9e04222ee6
					
				| @ -33,7 +33,6 @@ install: | |||||||
|     fi |     fi | ||||||
|    |    | ||||||
| script: | script: | ||||||
|   - env |  | ||||||
|   - 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)" | ||||||
|   - which openssl && openssl version |   - which openssl && openssl version | ||||||
| @ -45,8 +44,8 @@ script: | |||||||
|   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK" ; fi |   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK" ; fi | ||||||
|   - cd .. |   - cd .. | ||||||
|   - git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest |   - git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest | ||||||
|   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo NGROK_TOKEN="$NGROK_TOKEN" ./letest.sh ; fi |   - if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$NGROK_TOKEN" ]]; then sudo NGROK_TOKEN="$NGROK_TOKEN" ./letest.sh ; fi | ||||||
|   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo NGROK_TOKEN="$NGROK_TOKEN" OPENSSL_BIN="$OPENSSL_BIN" ./letest.sh ; fi |   - if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$NGROK_TOKEN" ]]; then sudo NGROK_TOKEN="$NGROK_TOKEN" OPENSSL_BIN="$OPENSSL_BIN" ./letest.sh ; fi | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| matrix: | matrix: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user