Skip to content

Commit

Permalink
minor change [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Nov 19, 2024
1 parent a6d4a92 commit c201b25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class ViewController {
and render the condalock file from latest successful build
and replace with the current build's condalock file.
*/
if ( condaLock && condaLock.contains('cat environment.lock')) {
if ( condaLock && condaLock.contains('cat environment.lock') ) {
condaLock = null //if there is no conda lock file, don't show the conda lock data
def builds = persistenceService.allBuilds(result.buildId.split('-')[1].split('_')[0])
for (def build : builds) {
Expand Down

0 comments on commit c201b25

Please sign in to comment.