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

Commit

Permalink
fix release pipeline: add prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
violet2016 committed Aug 28, 2020
1 parent da25b01 commit 10830a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concourse/scripts/greenplumpython_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set -exo pipefail

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

release_greenplumpython() {
pushd GreenplumPython_src
Expand Down

0 comments on commit 10830a4

Please sign in to comment.