Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 10830a4

Browse files
committed
fix release pipeline: add prepare step
1 parent da25b01 commit 10830a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

concourse/scripts/greenplumpython_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set -exo pipefail
1010

1111
CWDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1212
TOP_DIR=${CWDIR}/../../../
13+
bash ${TOP_DIR}/GreenplumPython_src/concourse/scripts/test_plcontainer_python_prepare.sh;
1314

1415
release_greenplumpython() {
1516
pushd GreenplumPython_src

0 commit comments

Comments
 (0)