Skip to content
Snippets Groups Projects
Commit 315c16f9 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Fixed ci job

parent 4fb41180
Branches
Tags
1 merge request!127Fixed ci job
Pipeline #92969 passed
......@@ -66,6 +66,7 @@ build_and_push_release_image:
mend:
stage: mend
image: eclipse-temurin:17-jre-alpine
only:
- /^release/
variables:
......@@ -75,5 +76,5 @@ mend:
- |
export PRODUCT_VERSION=$(echo $CI_COMMIT_BRANCH | cut -c 9-)
export PROJECT_VERSION=$PRODUCT_VERSION
- chmod +x ./ws/run_ws.sh
./ws/run_ws.sh
\ No newline at end of file
curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
java -jar wss-unified-agent.jar -userKey ${MEND_USER_KEY} -apiKey ${MEND_API_KEY} -projectVersion ${PROJECT_VERSION} -project ${PROJECT_NAME} -productVersion ${PRODUCT_VERSION} -product ${PRODUCT_NAME} -c ws.config -d ../
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment