Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit dd8856e

Browse files
committed
Removed init_git since it's taken care of in unpack_and_init method
1 parent d78c21c commit dd8856e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/nightly/model_backwards_compatibility_check/JenkinsfileForMBCC

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ core_logic: {
5454
stage('MBCC Inference'){
5555
node(NODE_LINUX_CPU) {
5656
ws('workspace/modelBackwardsCompat') {
57-
utils.init_git()
5857
utils.unpack_and_init('cpu', mx_lib)
5958
// Perform inference on the latest version of MXNet
6059
utils.docker_run('ubuntu_nightly_cpu', 'nightly_model_backwards_compat_test', false)

0 commit comments

Comments
 (0)