You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
.yaml file
Error
The text was updated successfully, but these errors were encountered: