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

Merge branch 'develop' into 'release/1.7.0'

Fixed ci job

See merge request !127
parents 489d242b 315c16f9
No related branches found
No related tags found
2 merge requests!129Release/1.7.0,!127Fixed ci job
Pipeline #92972 failed
......@@ -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