Skip to content

Commit 6b42ced

Browse files
committed
Fix conda environment setup in Jenkinsfile
1 parent 3a0ccb5 commit 6b42ced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline {
3030
stage('Release build') {
3131
steps {
3232
sh '''
33-
. ~/.zshrc
33+
. ~/.zshenv
3434
export PLAT_NAME=macosx-10.9-x86_64
3535
for PYTHON_ENV in zenoh-cp35 zenoh-cp36 zenoh-cp37 zenoh-cp38; do
3636
conda activate ${PYTHON_ENV}
@@ -55,7 +55,6 @@ pipeline {
5555
stage('Deploy on pypi.org') {
5656
steps {
5757
sh '''
58-
. ~/.zshrc
5958
python3 -m twine upload --repository eclipse-zenoh dist/*.whl dist/*.tar.gz
6059
'''
6160
}

0 commit comments

Comments
 (0)