File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,13 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
72
72
CONTAINER_ID=$( docker run --user docs --rm --detach --volume ${SCRIPT_DIR} /python-build.diff:/tmp/python-build.diff readthedocs/build:$OS sleep $SLEEP )
73
73
echo " Running all the commands in Docker container: $CONTAINER_ID "
74
74
75
+ # TODO: uncomment this to show the asdf version on the build output.
76
+ # I'm commenting it now because it's failing for some reason and that I'm not able to solve.
77
+ # OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "asdf": executable file not found in $PATH: unknown
78
+ #
75
79
# Run "asdf version" from inside the container
76
- echo -n ' asdf version: '
77
- docker exec --user root $CONTAINER_ID asdf version
80
+ # echo -n 'asdf version: '
81
+ # docker exec --user root $CONTAINER_ID asdf version
78
82
79
83
# Install the tool version requested
80
84
if [[ $TOOL == " python" ]]
You can’t perform that action at this time.
0 commit comments