Skip to content

Commit 86c5a21

Browse files
authored
ci_post_clone.sh file has been changed. #46 (#48)
1 parent cafdc5e commit 86c5a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/ci_post_clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ curl https://mise.jdx.dev/install.sh | sh
1111
/Users/local/.local/bin/mise install # Installs the version from .mise.toml
1212

1313

14-
if [ $CI_WORKFLOW_ID -eq 'DF8E0AB2-31E7-450B-B956-B1F0D3EC3CAF' ];
14+
if [ $CI_WORKFLOW_ID = 'DF8E0AB2-31E7-450B-B956-B1F0D3EC3CAF' ];
1515
then
1616

1717
# Dev release workflow

0 commit comments

Comments
 (0)