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

Edit .gitlab-ci.yml

parent 1d13e914
Branches
Tags
1 merge request!129Release/1.7.0
Pipeline #92977 passed
...@@ -78,4 +78,4 @@ mend: ...@@ -78,4 +78,4 @@ mend:
export PROJECT_VERSION=$PRODUCT_VERSION export PROJECT_VERSION=$PRODUCT_VERSION
apk update && apk add curl apk update && apk add curl
curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar 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 ../ 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/ws.config -d ../
\ No newline at end of file \ 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