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

Commit 3f9c741

Browse files
author
Build Pipeline
committed
change order of commands
1 parent a75d7a2 commit 3f9c741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/build-model-container-image.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ pipeline {
2929

3030
withCredentials([azureServicePrincipal("${AZURE_SP}")]) {
3131
sh '''#!/bin/bash -ex
32+
source /home/azureuser/anaconda3/bin/activate mlopspython_ci
3233
az login --service-principal -u $AZURE_CLIENT_ID -p $AZURE_CLIENT_SECRET -t $AZURE_TENANT_ID
3334
az account set -s $AZURE_SUBSCRIPTION_ID
3435
SUBSCRIPTION_ID=$AZURE_SUBSCRIPTION_ID
35-
source /home/azureuser/anaconda3/bin/activate mlopspython_ci
3636
python3 -m ml_service.util.create_scoring_image
3737
'''
3838
}

0 commit comments

Comments
 (0)