Skip to content

Commit 5f50382

Browse files
authored
Update git_release_pipeline.sh
1 parent 9cca1d7 commit 5f50382

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/Scripts/git_release_pipeline.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if ! python3 ./src/scripts/Pipelines/git_release_pipeline.py ./
44
then
55
echo " Model already has been deployed, updating it"
66
python3 ./src/scripts/Pipelines/model_update_pipeline.py ./models/model.joblib ./ ./credentials.yaml
7+
python3 ./src/scripts/Pipelines/model_update_deployment_pipeline.py ./ ./credentials.yaml
78
else
89
echo " Deploying model for the first time"
910
python3 ./src/scripts/Pipelines/model_deploy_pipeline.py ./models/model.joblib ./ ./credentials.yaml
10-
fi
11+
fi

0 commit comments

Comments
 (0)