Skip to content

Commit a0f4e84

Browse files
committed
udpate
1 parent b5ea431 commit a0f4e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
"${DOCKER_IMAGE}"
165165
)
166166
167-
echo "rm /opt/cache/bin/*" | docker exec -u root -i "${container_name}" bash
167+
docker exec -u root -i "${container_name}" bash
168168
169169
docker exec -t "${container_name}" sh -c ".jenkins/build.sh"
170170

0 commit comments

Comments
 (0)