Skip to content
Snippets Groups Projects
Commit 4d2fdd6f authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed wrong parameter name.

parent 6c323bd7
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=re
sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/opentelemetry.yaml
sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}/inspectit.yaml
cd ..
"${COMPILE_RESULTS_BIN}" -i *-results.yaml -l results -t results -j results -w 100
"${COMPILE_RESULTS_BIN}" -i *-results.yaml -l results -t results -l results -w 100
cd results
echo "put *.yaml" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
echo "put *.html" | sftp -oNoHostAuthenticationForLocalhost=yes -oStrictHostKeyChecking=no -oUser=repo -F /dev/null -i ${KEYSTORE} ${UPDATE_SITE_URL}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment