Hello!
I am trying to run a pipline:
image: node:9.5.0
pipelines:
branches:
develop:
- step:
name: Build and test
deployment: test
script:
- yarn install
- yarn test
- yarn build
With the result:
Module not found: Error: Can't resolve './../../components/Table' in '/opt/atlassian/pipelines/agent/build/src/views/CalendarEntries'
Currently my build fails always, because the build doesn't work. Dunno what's wrong, especially because I tried running it in a docker container with the same image without errors.
Any help appreciated!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.