mirror of
				https://github.com/factoriotools/factorio-docker.git
				synced 2025-10-31 08:58:08 +01:00 
			
		
		
		
	CI: simplify logic
This commit is contained in:
		
							
								
								
									
										2
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								build.sh
									
									
									
									
									
								
							| @@ -78,7 +78,7 @@ if [[ $(dirname "$(git diff --name-only HEAD^)") =~ $VERSION_SHORT ]] && [[ ${TR | ||||
|  | ||||
|   # push an incremental tag | ||||
|   if [[ $VERSION == "${TRAVIS_BRANCH_VERSION:-}" ]]; then | ||||
|     docker push "$DOCKER_REPO:$TRAVIS_BRANCH" | ||||
|     docker push "$DOCKER_REPO:$VERSION" | ||||
|   fi | ||||
|  | ||||
|   if [[ -n ${TRAVIS_TAG:-} ]] || [[ -z ${CI:-} ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user