Skip to content

Commit

Permalink
Fix CI (#76)
Browse files Browse the repository at this point in the history
* Ignore sonarcloud code duplication errors
* update env var maps, fix defaults
* bump sdk versin
* bump black version

Co-authored-by: Laurent Savaete <[email protected]>
  • Loading branch information
aaronsteers and laurentS authored May 9, 2022
1 parent b2c6ac0 commit fe97606
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 125 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@ jobs:

runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
TAP_GITLAB_PRIVATE_TOKEN: ${{secrets.GITLAB_PRIVATE_TOKEN}}
TAP_GITLAB_GROUPS: meltano/infra
TAP_GITLAB_PROJECTS: meltano/demo-project
TAP_GITLAB_ULTIMATE_LICENSE: false
TAP_GITLAB_FETCH_MERGE_REQUEST_COMMITS: false
TAP_GITLAB_FETCH_PIPELINES_EXTENDED: false
TAP_GITLAB_FETCH_GROUP_VARIABLES: false
TAP_GITLAB_FETCH_SITE_USERS: false
TAP_GITLAB_FETCH_PROJECT_VARIABLES: false
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
Expand Down
2 changes: 2 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sonar.python.version=3.7, 3.8, 3.9, 3.10
sonar.cpd.exclusions=**/*
Loading

0 comments on commit fe97606

Please sign in to comment.