Skip to content

Commit aa0d131

Browse files
AhmedIsmail02aggarg
authored andcommitted
ci: Remove redundant default-jdk installation
default-jdk is already installed as part of the internal CI Docker image. Hence, there is no need to reinstall it in .gitlab-ci.yml Signed-off-by: Ahmed Ismail <[email protected]>
1 parent aba9de9 commit aa0d131

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,6 @@ black-duck:
873873
- if: ( $SCHEDULED_JOB_TO_RUN == "run-blackduck-scan" )
874874
script:
875875
- export PROJECTNAME="${BLACKDUCK_PROJECT_NAME}"
876-
- apt update -y
877-
- apt install default-jdk -y
878876
- echo "-------Starting Black Duck Scan-------"
879877
- bash <(curl -s -L ${BLACKDUCK_DETECT_SCRIPT})
880878
--blackduck.url="${BLACKDUCK_URL}"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: Remove redundant default-jdk installation

0 commit comments

Comments
 (0)