How can I publish artifacts named .nuxt dir to next step?
I tried to publish artifacts that it's needed when deploying.
My bitbucket-pipeline.yml is like that
artifacts:
- dist/**
- .nuxt
However, the .nuxt directory was not passed to next step.
I think artifacts is not working with . (dot) named directory.
I have exactly the sam issue with a dot in directory name like XXXX.YYYYY. Have you found the solution to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.