-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
.yaml file
image: fischerscode/flutter:3.16.9
pipelines:
default:
- step:
name: Run unit tests
script:
- git submodule update --init --recursive
- cd ynmo
- flutter pub get
# - flutter analyze
- flutter test --coverage
- bash <(curl -s https://codecov.io/bash)
Error
+ git submodule update --init --recursive
fatal: detected dubious ownership in repository at '/opt/atlassian/pipelines/agent/build'
To add an exception for this directory, call:
git config --global --add safe.directory /opt/atlassian/pipelines/agent/build
Metadata
Metadata
Assignees
Labels
No labels