Use lf-infra-pre-build for pip and setuptools
[releng/builder.git] / jjb / autorelease / generate-release-notes.sh
index 08773f77fdb075e3fe2b22fc79c686b8c7878aed..a3b3c9c3071861786bbd46fd221f040772d45929 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
@@ -11,6 +11,8 @@
 # This script generates Service Release notes and appends them to the release
 # notes in the docs project and submits a patch.
 
+set -x
+
 RELEASE=${RELEASE:-$(echo "$GERRIT_EVENT_COMMENT_TEXT" | grep generate-release-notes | awk '{print $2}')}
 if [ -z "$RELEASE" ]; then
     echo "ERROR: The RELEASE variable is not set."