mirror of
				https://github.com/elyby/chrly.git
				synced 2025-05-31 14:11:51 +05:30 
			
		
		
		
	Allow to skip deployment with [skip deploy] commit message part
This commit is contained in:
		| @@ -7,7 +7,7 @@ go: | |||||||
| stages: | stages: | ||||||
|   - Tests |   - Tests | ||||||
|   - name: Deploy |   - name: Deploy | ||||||
|     if: env(TRAVIS_PULL_REQUEST) IS false AND (branch = master OR tag IS present) |     if: env(TRAVIS_PULL_REQUEST) IS false AND (branch = master OR tag IS present) AND commit_message !~ /(\[skip deploy\])/ | ||||||
|  |  | ||||||
| install: | install: | ||||||
|   - go get -u github.com/golang/dep/cmd/dep |   - go get -u github.com/golang/dep/cmd/dep | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user