File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
roles/generate-jenkins/templates Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
33
skipped_branches="${skipped_branches}${br} "
34
34
elif [[ "${br}" == $(yq -r '.ls_branch' <<< "${JENKINS_VARS}") ]]; then
35
35
echo "Branch appears to be live; checking workflow." >> $GITHUB_STEP_SUMMARY
36
- if [[ $(yq -r '.project_deprecation_status' <<< "${JENKINS_VARS}") == "true" ]]; then
36
+ 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
37
38
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
38
39
echo "> Branch appears to be deprecated; skipping trigger." >> $GITHUB_STEP_SUMMARY
39
40
skipped_branches="${skipped_branches}${br} "
You can’t perform that action at this time.
0 commit comments