We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4369eb9 + 72b84f4 commit 931ce32Copy full SHA for 931ce32
.ci/install.bash
@@ -80,9 +80,6 @@ then
80
docker exec -t tue-env bash -c "eval $(ssh-agent -s)"
81
fi
82
83
-# Refresh the apt cache in the docker image
84
-docker exec -t tue-env bash -c 'sudo apt-get update -qq'
85
-
86
echo -e "\e[35m\e[1m tue-get install tue-documentation-github --no-ros-deps --doc-depend\e[0m"
87
docker exec -t tue-env bash -c 'source ~/.bashrc; tue-get install tue-documentation-github --no-ros-deps --doc-depend'
88
0 commit comments