File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696 \( \
9797 -type d -a \( -name test -o -name tests \) \
9898 \) -exec rm -rf '{}' + && \
99- sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
99+ find /pythoncompiled/bin -type f -not \( -name 'python*' \) -exec sed -i 's|pythoncompiled|usr/local|' '{}' '+' && \
100100 echo "**** cleanup ****" && \
101101 apk del --purge \
102102 build-dependencies && \
Original file line number Diff line number Diff line change 9696 \( \
9797 -type d -a \( -name test -o -name tests \) \
9898 \) -exec rm -rf '{}' + && \
99- sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
99+ find /pythoncompiled/bin -type f -not \( -name 'python*' \) -exec sed -i 's|pythoncompiled|usr/local|' '{}' '+' && \
100100 echo "**** cleanup ****" && \
101101 apk del --purge \
102102 build-dependencies && \
Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ pipeline {
763763 "target_commitish": "alpine320",\
764764 "name": "'${META_TAG}'",\
765765 "body": "**LinuxServer Changes:**\\ n\\ n'${LS_RELEASE_NOTES}'\\ n\\ n**Remote Changes:**\\ n\\ n' > start
766- printf '","draft": false,"prerelease": true }' >> releasebody.json
766+ printf '","draft": false,"prerelease": false }' >> releasebody.json
767767 paste -d'\\ 0' start releasebody.json > releasebody.json.done
768768 curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
769769 }
Original file line number Diff line number Diff line change 33# jenkins variables
44project_name : docker-python
55external_type : custom_json
6- release_type : prerelease
6+ release_type : stable
77release_tag : alpine320
88ls_branch : alpine320
99skip_package_check : true
You can’t perform that action at this time.
0 commit comments