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 1662e39 commit 21edc80Copy full SHA for 21edc80
ci/run_tests.sh
@@ -56,6 +56,8 @@ if [ "$SKIP_RUNTIME_COMPATIBILITY_CHECK" == "0" ]; then
56
echo "Checking whenever the old version still works with the newest runtime..."
57
58
if [ ! -d target/old-version ]; then
59
+ git fetch origin refs/tags/0.4.9:refs/tags/0.4.9
60
+
61
pushd target > /dev/null
62
git clone .. old-version
63
popd > /dev/null
0 commit comments