Skip to content

Commit 6c5b984

Browse files
Merge pull request #49 from blackduck-inc/fix-polaris-bridge-job-failure
Fix: Added make module to the script to resolve Polaris-Bridge job failure in the pipeline.
2 parents 49ab8c3 + 074ee52 commit 6c5b984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ polaris_bridge:
8181
before_script:
8282
- |
8383
apt-get update -y
84-
apt-get install -y python3 python3-pip
84+
apt-get install -y make
8585
export DETECT_ACCURACY_REQUIRED=NONE
8686
8787
pop_blackduck:

0 commit comments

Comments
 (0)