Skip to content

Commit f17741d

Browse files
authored
Merge pull request #8 from linuxserver/artifact
remove artifact check until jenkins-builder is fixed
2 parents 3c58ece + 509545c commit f17741d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/external_trigger.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ jobs:
107107
echo "New version \`${EXT_RELEASE}\` found; but there already seems to be an active build on Jenkins; exiting" >> $GITHUB_STEP_SUMMARY
108108
exit 0
109109
else
110-
if curl -fL "http://deb.debian.org/debian/pool/main/q/qemu/qemu-user_${EXT_RELEASE}_amd64.deb" >/dev/null && curl -fL "http://deb.debian.org/debian/pool/main/q/qemu/qemu-user_${EXT_RELEASE}_arm64.deb" >/dev/null; then
111-
artifacts_found="true"
112-
else
113-
artifacts_found="false"
114-
fi
115110
if [[ "${artifacts_found}" == "false" ]]; then
116111
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
117112
echo "> New version detected, but not all artifacts are published yet; skipping trigger" >> $GITHUB_STEP_SUMMARY

jenkins-vars.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ custom_version_command: "curl -sX GET https://deb.debian.org/debian/dists/bookwo
77
release_type: stable
88
release_tag: latest
99
ls_branch: master
10-
external_artifact_check: |
11-
if curl -fL "http://deb.debian.org/debian/pool/main/q/qemu/qemu-user_${EXT_RELEASE}_amd64.deb" >/dev/null && curl -fL "http://deb.debian.org/debian/pool/main/q/qemu/qemu-user_${EXT_RELEASE}_arm64.deb" >/dev/null; then
12-
artifacts_found="true"
13-
else
14-
artifacts_found="false"
15-
fi
1610
repo_vars:
1711
- BUILD_VERSION_ARG = 'QEMU_VERSION'
1812
- LS_USER = 'linuxserver'

0 commit comments

Comments
 (0)