-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to run the command azd pipeline config
#9
Comments
@manekinekko A new error was encountered, as follows: |
Thank you @jianingwang123 Will fix it and report back. |
@manekinekko |
Hi @jianingwang123 my understanding is that the |
Hi @jianingwang123 I just double checked, the issue is happening because the project is private, when you switch to public, the pipeline is validated. https://github.com/manekinekko/azd-tmpl/actions/runs/9974814966/job/27563498249 |
@manekinekko For azd template testing, when running |
@v-xuto thank you for the clarifications. Could you please guide me on how I can set this correctly? |
@manekinekko This template triggered three GitHub Actions pipelines:
|
Thank you @v-xuto I applied the fix. Would you like to try again please? |
We have verified, this issue has been fixed. |
Describe the issue:
When running the command
azd pipeline config
, the following error appears:Repro Steps:
1.Run
azd init --template llama-index-javascript
2. Run
azd auth login
3. Run
npm install
4. Run
azd up
5. Run
azd pipeline config
Environment:
1.9.3 (commit e1624330dcc7dde440ecc1eda06aac40e68aa0a3)
Expected behavior:
Run
azd pipeline config
succesfully.@hemarina and @manekinekko for notification.
The text was updated successfully, but these errors were encountered: