Skip to content

Commit 1e337de

Browse files
committed
fix jenkins stage
1 parent 38bdd94 commit 1e337de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ pipeline {
166166
'''
167167
}
168168
}
169-
}
170-
stage('Diff TPU VM Image') {
169+
stage('Diff TPU VM Image') {
171170
steps {
172171
sh '''#!/bin/bash
173172
set -exo pipefail
@@ -177,6 +176,7 @@ pipeline {
177176
'''
178177
}
179178
}
179+
}
180180
}
181181
}
182182
}

0 commit comments

Comments
 (0)