File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,11 +252,11 @@ pipeline {
252
252
cd ${TEMPDIR}/docker-${CONTAINER_NAME}
253
253
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/workflows
254
254
mkdir -p ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE
255
- rm ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE.md
255
+ rm -f ${TEMPDIR}/repo/${LS_REPO}/.github/ISSUE_TEMPLATE.md
256
256
cp --parents ${TEMPLATED_FILES} ${TEMPDIR}/repo/${LS_REPO}/ || :
257
257
cd ${TEMPDIR}/repo/${LS_REPO}/
258
258
git add ${TEMPLATED_FILES}
259
- git rm .github/ISSUE_TEMPLATE.md
259
+ git rm .github/ISSUE_TEMPLATE.md || :
260
260
git commit -m 'Bot Updating Templated Files'
261
261
git push https://LinuxServer-CI:${GITHUB_TOKEN}@github.com/${LS_USER}/${LS_REPO}.git --all
262
262
echo "true" > /tmp/${COMMIT_SHA}-${BUILD_NUMBER}
You can’t perform that action at this time.
0 commit comments