HI ,
I am trying to deploy angular code on azure blob storage container. I have used below pipe in my bitbucket-pipeline.
pipe: atlassian/azure-storage-deploy:0.5.2
variables:
SOURCE: 'dist/'
DESTINATION: xxxxxxxxxx
DESTINATION_SAS_TOKEN:xxxxxxxxx
DEBUG: 'true'
I am getting error as dev/stderr: resource temporarily unavailable
Can somebody please tell me how to resolve this issue.
Thanks in advance.
Community moderators have prevented the ability to post new answers.
This sounds like an internal misconfiguration of the
atlassian/azure-storage-deploy:0.5.2
pipe.
Please check if there is a newer version available.
Otherwise please check if the CI of the atlassian/azure-storage-deploy pipe covers this issue.
If not, please report the failure to the maintainers of that pipe as a regression in their CI.
After confirmation of the regression ask them how / when they provide a fix for it.
Hi first of all thanks for your response.
It was version issue .
I used this pipe: microsoft/azure-storage-deploy:2.0.0 and it worked as expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So already fixed. Nice to read! I'm glad this could be solved that easily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.