https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8b5e1bf84e44c32abea921d586f84506c470e2aa authored by Lars Bilke on 21 September 2021, 19:38:04 UTC, committed by Lars Bilke on 21 September 2021, 19:38:04 UTC
[ci] Fix container job

See merge request ogs/ogs!3794
2 parent s 0587e98 + fc33d48
Raw File
Tip revision: 8b5e1bf84e44c32abea921d586f84506c470e2aa authored by Lars Bilke on 21 September 2021, 19:38:04 UTC
Merge branch 'fix-container' into 'master'
Tip revision: 8b5e1bf
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top