Skip to content

Commit 9507c12

Browse files
authored
ci: use the right variable (#56)
1 parent aaf4588 commit 9507c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def createPRDescription(commit) {
177177
if (params.FORCE_SEND_PR) {
178178
message += "*Manually forced with the CI automation job.*"
179179
}
180-
if (env?.SPEC_UPDATED?.equals('true')){
180+
if (env?.SPECS_UPDATED?.equals('true')){
181181
def gitLog = sh(script: """
182182
git log --pretty=format:'* https://github.com/${env.ORG_NAME}/${env.ECS_REPO}/commit/%h %s' \
183183
${commit}...HEAD \

0 commit comments

Comments
 (0)