You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this recent AlgoKit PR, the --project-name argument on the CI/CD jobs will be proxied to the underlying script execution causing most run config to fail.
For templates that are not rendered in a workspace type, that argument should not be included.
The text was updated successfully, but these errors were encountered:
@CiottiGiorgio the PR you outlined should only pass the arguments separated with --. --project-name is still a dedicated option registered on run tasks in cli. Can you showcase a reproducible example that passes project name down to task? I wasn't able to replicate by running algokit deploy testnet --project-name 'production_python' on examples. It correctly picked up the production_python name based on behaviour of the registered option rather then forwarding that arg to the underlying python invocation
I couldn't find the bug that prompted this issue and I couldn't reproduce now.
I agree that the expected behavior is in place with a non-workspace project and the CI/CD pipeline though.
With this recent AlgoKit PR, the
--project-name
argument on the CI/CD jobs will be proxied to the underlying script execution causing most run config to fail.For templates that are not rendered in a
workspace
type, that argument should not be included.The text was updated successfully, but these errors were encountered: