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.
1 parent 9dc846d commit 901ea27Copy full SHA for 901ea27
.ci/install.bash
@@ -80,6 +80,9 @@ 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