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 86c5a21 commit 7e77fa9Copy full SHA for 7e77fa9
ci_scripts/ci_post_clone.sh
@@ -21,7 +21,7 @@ then
21
22
cd ..
23
24
- TUIST_DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM /Users/local/.local/bin/mise exec -- tuist generate SurchargesDev --no-open
+ TUIST_DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM /Users/local/.local/bin/mise exec -- tuist generate --no-open
25
26
else
27
@@ -45,7 +45,7 @@ else
45
46
47
48
- TUIST_APP_VERSION=$CI_TAG TUIST_DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM /Users/local/.local/bin/mise exec -- tuist generate Surcharges --no-open
+ TUIST_APP_VERSION=$CI_TAG TUIST_DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM /Users/local/.local/bin/mise exec -- tuist generate --no-open
49
50
fi
51
0 commit comments