mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-10-31 13:07:44 +09:00 
			
		
		
		
	Bot Updating Templated Files
This commit is contained in:
		
							
								
								
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -510,7 +510,7 @@ pipeline { | ||||
|         sh '''#! /bin/bash | ||||
|               set -e | ||||
|               TEMPDIR=$(mktemp -d) | ||||
|               if [ "${MULTIARCH}" == "true" ]; then | ||||
|               if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" == "false" ]; then | ||||
|                 LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG} | ||||
|               else | ||||
|                 LOCAL_CONTAINER=${IMAGE}:${META_TAG} | ||||
| @@ -571,7 +571,7 @@ pipeline { | ||||
|       steps { | ||||
|         sh '''#! /bin/bash | ||||
|               echo "Packages were updated. Cleaning up the image and exiting." | ||||
|               if [ "${MULTIARCH}" == "true" ]; then | ||||
|               if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" == "false" ]; then | ||||
|                 docker rmi ${IMAGE}:amd64-${META_TAG} | ||||
|               else | ||||
|                 docker rmi ${IMAGE}:${META_TAG} | ||||
| @@ -595,7 +595,7 @@ pipeline { | ||||
|       steps { | ||||
|         sh '''#! /bin/bash | ||||
|               echo "There are no package updates. Cleaning up the image and exiting." | ||||
|               if [ "${MULTIARCH}" == "true" ]; then | ||||
|               if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" == "false" ]; then | ||||
|                 docker rmi ${IMAGE}:amd64-${META_TAG} | ||||
|               else | ||||
|                 docker rmi ${IMAGE}:${META_TAG} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user