From 842458f20c64a52c76ba4647bfc5781710199ce2 Mon Sep 17 00:00:00 2001 From: Harrison Date: Wed, 3 May 2023 08:17:34 -0500 Subject: [PATCH] Updated 'Jenkinsfile' to no longer activate environment --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c18f212..ba9589d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ pipeline { stage("install") { steps { sh 'mamba env update --file environment.yml --prefix ./env || mamba env create --force --file environment.yml --prefix ./env' - sh 'echo "mamba activate bmlsa" >> ~/.bashrc' } } stage("unit tests") {