We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asdf
1 parent 15b0fed commit 4928691Copy full SHA for 4928691
scripts/compile_version_upload_s3.sh
@@ -80,6 +80,12 @@ echo "Running all the commands in Docker container: $CONTAINER_ID"
80
# echo -n 'asdf version: '
81
# docker exec --user root $CONTAINER_ID asdf version
82
83
+# Update asdf to the latest stable release
84
+docker exec $CONTAINER_ID asdf update
85
+# Update all asdf plugins to the latest commit
86
+# (we require this to be able to compile newer versions)
87
+docker exec $CONTAINER_ID asdf plugin update --all
88
+
89
# Install the tool version requested
90
if [[ $TOOL == "python" ]]
91
then
0 commit comments