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
134
134
fi
135
135
set -x
136
136
137
+ echo 'rm /opt/cache/bin/*' | docker exec -u root -i "$id" bash
137
138
docker cp /home/circleci/project/. "$id:/var/lib/jenkins/workspace"
138
139
139
140
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
134
134
fi
135
135
set -x
136
136
137
+ echo 'rm /opt/cache/bin/*' | docker exec -u root -i "$id" bash
137
138
docker cp /home/circleci/project/. "$id:/var/lib/jenkins/workspace"
138
139
139
140
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