Ubuntu – Unable to run bitbucket pipeline
I was trying to deploy code to my ec2 instance from bitbucket image: node:slim pipelines: branches: dev: - step: name: Install dependency package and build caches: - node script: - yarn - yarn build artifacts: - node_modules/** - dist/** -…