Skip to content

Commit

Permalink
fix gitlab CI finally
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Aug 3, 2023
1 parent dc1dac6 commit 76726db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ sonarqube-check:
name: sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
stage: sonar_check
rules:
- if: '"$CI_RUNNER_EXECUTABLE_ARCH" == "linux/amd64"'
needs: []
variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
Expand All @@ -23,7 +21,7 @@ sonarqube-check:
- sonar-scanner
allow_failure: false
rules:
- if: $CI_COMMIT_BRANCH == 'main'
- if: $CI_COMMIT_BRANCH == 'main' && $CI_RUNNER_EXECUTABLE_ARCH == 'linux/amd64'

python-lint-job:
stage: python_lint
Expand Down

0 comments on commit 76726db

Please sign in to comment.