-
Notifications
You must be signed in to change notification settings - Fork 54
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
unable to access node
and yarn
within inlineScripts
#174
Comments
node
nor yarn
within inlineScriptsnode
and yarn
within inlineScripts
Hi @Hotell, - uses: azure/cli@v2
with:
azcliversion: latest
inlineScript: |
tdnf install nodejs npm -y
npm install --global yarn |
thanks for quick answer @MoChilia ! now it's failing on git 🥹
|
@Hotell, please run |
right, with that another error pops up :(
|
good question ! we need established connection to azure which is done in previous step https://github.com/microsoft/fluentui/blob/master/.github/workflows/bundle-size-base.yml#L47-L52 I was migrating this mostly "verbatim" from ADO pipeline definition. if the login would establish connection to azure while using simple ty! |
When you sign in to Azure using |
ok so I tried to switch to use standard
thoughts ? ty |
@Hotell, it should use |
yeah I noticed that as well. the
anyways at this stage I don't think it's related to azure/cli so I'm gonna close this issue. @MoChilia appreciate all your help and guidance 💪. cheers |
Closing this for now, since it is out of scope. |
invoking NodeJs tools form within inlineScripts doesn't work
This is blocker for our migration to GHA efforts which is required within security directive.
Repro
workflow example:
Error:
Directly invoking nodejs binary
Error:
The text was updated successfully, but these errors were encountered: