We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci_post_clone.sh
1 parent cafdc5e commit 86c5a21Copy full SHA for 86c5a21
ci_scripts/ci_post_clone.sh
@@ -11,7 +11,7 @@ curl https://mise.jdx.dev/install.sh | sh
11
/Users/local/.local/bin/mise install # Installs the version from .mise.toml
12
13
14
-if [ $CI_WORKFLOW_ID -eq 'DF8E0AB2-31E7-450B-B956-B1F0D3EC3CAF' ];
+if [ $CI_WORKFLOW_ID = 'DF8E0AB2-31E7-450B-B956-B1F0D3EC3CAF' ];
15
then
16
17
# Dev release workflow
0 commit comments