Skip to content
Snippets Groups Projects
Commit 50c29497 authored by Julien Leduc's avatar Julien Leduc
Browse files

Fixing typo in the script section.

parent 648486e5
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ nightly1:
only:
- schedules
script:
echo "Running nightly tests"
- echo "Running nightly tests"
- export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)"
- cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/archive_retrieve.sh -O -D
- kubectl -n ${NAMESPACE} exec client -- bash /root/client_ar.sh -n 2000 -s 80 -p 10 -v
......
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