Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurs when using git submodule #49

Open
hossameldinmi opened this issue May 29, 2024 · 0 comments
Open

Error occurs when using git submodule #49

hossameldinmi opened this issue May 29, 2024 · 0 comments

Comments

@hossameldinmi
Copy link

.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant