Skip to content

Commit

Permalink
no custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Jun 15, 2024
1 parent 22dba0f commit 79dabf3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ Qodana:
- qodana-2024.1-
paths:
- .qodana/cache
before_script:
- curl
-fsSL "https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_x64_linux_hotspot_21.0.3_9.tar.gz"
-o jdk21.tar.gz
- rm -rf /root/.jdks/jdk || echo "Clean"
- mkdir -p /root/.jdks/jdk || echo "Exists"
- tar -xf jdk21.tar.gz --directory /root/.jdks/jdk --strip-components=1
script:
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache
artifacts:
Expand Down

0 comments on commit 79dabf3

Please sign in to comment.