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 3fc2691 commit 81b4daaCopy full SHA for 81b4daa
ci/release.sh
@@ -11,6 +11,11 @@ echo "The tag is ${tag}!!"
11
release_type=$(echo $tag | cut -d'-' -f1)
12
version=$(echo $tag | cut -d'-' -f2)
13
14
+# We explicitly don't want to run with buildkit so that the docker builds happen
15
+# in a linear fashion since our `release_test` stages intentionally don't
16
+# inherit from the stages where the publication happens.
17
+export DOCKER_BUILDKIT=0
18
+
19
# Dispatch to the various types of releases
20
if [ "$release_type" == "py" ]
21
then
0 commit comments