Skip to content

Commit 58aaa98

Browse files
author
Svetlana Karslioglu
committed
Update build.sh
1 parent c9dac3c commit 58aaa98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
5353
# Remove runnable code from tensorboard_profiler_tutorial.py as it frequently crashes, see https://github.com/pytorch/pytorch/issues/74139
5454
# python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true
5555

56-
5756
# Step 2: Keep certain tutorials based on file count, and remove runnable code in all other tutorials
5857
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
5958
export WORKER_ID=$(echo "${JOB_BASE_NAME}" | tr -dc '0-9')

0 commit comments

Comments
 (0)