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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.