We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1934fc2 commit 8e01a5fCopy full SHA for 8e01a5f
.github/actions/generate-builder/generate-builder.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
4
-if [[ "$COMPILE_BUILDER" = true ]]; then
+if [[ "$COMPILE_BUILDER" == true ]]; then
5
echo "Building the builder"
6
7
cd "$BUILDER_DIR"
@@ -19,8 +19,7 @@ if [[ "$COMPILE_BUILDER" = true ]]; then
19
else
20
echo "Fetching the builder with ref: $BUILDER_REF"
21
22
- .github/actions/generate-builder/builder-fetch.sh
23
-
+ ./__BUILDER_CHECKOUT_DIR__/.github/actions/generate-builder/builder-fetch.sh
24
fi
25
26
chmod u+x "$BUILDER_RELEASE_BINARY"
0 commit comments