We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b45384 commit cd2dc7eCopy full SHA for cd2dc7e
1 file changed
roles/generate-jenkins/templates/PACKAGE_TRIGGER_SCHEDULER.j2
@@ -33,7 +33,8 @@ jobs:
33
skipped_branches="${skipped_branches}${br} "
34
elif [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then
35
echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY
36
- if [[ $(yq -r '.project_deprecation_status' <<< "${JENKINS_VARS}") == "true" ]]; then
+ README_VARS=$(curl -sX GET https://raw.githubusercontent.com/linuxserver/{{ project_repo_name }}/${br}/readme-vars.yml)
37
+ if [[ $(yq -r '.project_deprecation_status' <<< "${README_VARS}") == "true" ]]; then
38
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
39
echo "> Branch appears to be deprecated; skipping trigger." >> $GITHUB_STEP_SUMMARY
40
0 commit comments