File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
134134 fi
135135 set -x
136136
137+ echo 'rm /opt/cache/bin/*' | docker exec -u root -i "$id" bash
137138 docker cp /home/circleci/project/. "$id:/var/lib/jenkins/workspace"
138139
139140 export COMMAND='((echo "source ./workspace/env" && echo "sudo chown -R jenkins workspace && cd workspace && ./ci_build_script.sh") | docker exec -u jenkins -i "$id" bash) 2>&1'
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
134134 fi
135135 set -x
136136
137+ echo 'rm /opt/cache/bin/*' | docker exec -u root -i "$id" bash
137138 docker cp /home/circleci/project/. "$id:/var/lib/jenkins/workspace"
138139
139140 export COMMAND='((echo "source ./workspace/env" && echo "sudo chown -R jenkins workspace && cd workspace && ./ci_build_script.sh") | docker exec -u jenkins -i "$id" bash) 2>&1'
You can’t perform that action at this time.
0 commit comments