Fix job name in ci-app yaml file and typo variable name in
common script.
Change-Id: I903b5135852b710efb187cb2194fe60c59e825b0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
name: CIB-{project}-{aglbranch}-finish-success
condition: SUCCESSFUL
projects:
- - name: 'ci-apps-{project}-merge-{aglbranch}-CIB-finish-success'
+ - name: 'ci-apps-{project}-merge-{aglbranch}-finish-success'
current-parameters: true
abort-all-job: true
kill-phase-on: FAILURE
echo -e "\n\n\n"
#failsafe
-if test x"" = x"${ALGBRANCH}" ; then
+if test x"" = x"${AGLBRANCH}" ; then
echo "AGLBRANCH not defined"
exit 1
fi