Skip to content

Commit d396c60

Browse files
BUILD-4657: fix promote step
Signed-off-by: Jayadeep Kinavoor Madam <[email protected]>
1 parent 0f6c001 commit d396c60

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ promote_task:
5555
ARTIFACTS: sonar-summy-python-oss
5656
<<: *POETRY_TEMPLATE
5757
promote_script:
58-
- source .cirrus/cirrus-env PROMOTE
58+
- source .cirrus/cirrus_env PROMOTE
5959
- .cirrus/cirrus_promote_python

.cirrus/cirrus_promote_python

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ set -euo pipefail
77
: "${CIRRUS_BRANCH?}" "${CIRRUS_DEFAULT_BRANCH?}" "${CI_BUILD_NUMBER?}" "${CIRRUS_REPO_NAME?}"
88

99
echo ">> Promote Python build"
10-
set +o verbose
11-
source cirrus-env PROMOTE
12-
set -o verbose
1310
jfrog config remove repox
1411
cirrus_jfrog_promote
1512

0 commit comments

Comments
 (0)