mirror of
				https://github.com/linuxserver/docker-heimdall.git
				synced 2025-10-31 13:07:39 +09:00 
			
		
		
		
	Bot Updating Templated Files
This commit is contained in:
		
							
								
								
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -290,7 +290,7 @@ pipeline { | |||||||
|                 echo "Jenkinsfile is up to date." |                 echo "Jenkinsfile is up to date." | ||||||
|               fi |               fi | ||||||
|               # Stage 2 - Delete old templates |               # Stage 2 - Delete old templates | ||||||
|               OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml" |               OLD_TEMPLATES=".github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/issue.bug.md .github/ISSUE_TEMPLATE/issue.feature.md .github/workflows/call_invalid_helper.yml .github/workflows/stale.yml Dockerfile.armhf" | ||||||
|               for i in ${OLD_TEMPLATES}; do |               for i in ${OLD_TEMPLATES}; do | ||||||
|                 if [[ -f "${i}" ]]; then |                 if [[ -f "${i}" ]]; then | ||||||
|                   TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}" |                   TEMPLATES_TO_DELETE="${i} ${TEMPLATES_TO_DELETE}" | ||||||
| @@ -326,12 +326,13 @@ pipeline { | |||||||
|                 mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows |                 mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows | ||||||
|                 mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE |                 mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE | ||||||
|                 cp --parents ${TEMPLATED_FILES} ${TEMPDIR}/repo/${LS_REPO}/ || : |                 cp --parents ${TEMPLATED_FILES} ${TEMPDIR}/repo/${LS_REPO}/ || : | ||||||
|  |                 cp --parents readme-vars.yml ${TEMPDIR}/repo/${LS_REPO}/ || : | ||||||
|                 cd ${TEMPDIR}/repo/${LS_REPO}/ |                 cd ${TEMPDIR}/repo/${LS_REPO}/ | ||||||
|                 if ! grep -q '.jenkins-external' .gitignore 2>/dev/null; then |                 if ! grep -q '.jenkins-external' .gitignore 2>/dev/null; then | ||||||
|                   echo ".jenkins-external" >> .gitignore |                   echo ".jenkins-external" >> .gitignore | ||||||
|                   git add .gitignore |                   git add .gitignore | ||||||
|                 fi |                 fi | ||||||
|                 git add ${TEMPLATED_FILES} |                 git add readme-vars.yml ${TEMPLATED_FILES} | ||||||
|                 git commit -m 'Bot Updating Templated Files' |                 git commit -m 'Bot Updating Templated Files' | ||||||
|                 git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all |                 git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all | ||||||
|                 echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} |                 echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user