Skip to content

Commit

Permalink
debugging on live snipe-it builds, missed variable for second github …
Browse files Browse the repository at this point in the history
…stable flag
  • Loading branch information
thelamer committed Dec 2, 2018
1 parent 2ee5bff commit 84f0a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/generate-jenkins/templates/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ pipeline {
"name": "'${EXT_RELEASE}'-pkg-'${PACKAGE_TAG}'-ls'${LS_TAG_NUMBER}'",\
{% if external_type == "github_devel" %}
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
{% elif release_type == "github_stable" %}
{% elif external_type == "github_stable" %}
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n**'${EXT_REPO}' Changes:**\\n\\n' > start
{% elif external_type == "alpine_repo" %}
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n**Repo Changes:**\\n\\n' > start
Expand Down

0 comments on commit 84f0a5a

Please sign in to comment.