Skip to content
Snippets Groups Projects
Commit c00b75eb authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

maybe revert CUSTOM_ENV_CI_JOB_ID

parent 94cc34b1
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !385. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@ get_vm_ip() {
}
get_vm_name() {
echo "libvirt_executor_runner_${CUSTOM_ENV_CI_RUNNER_SHORT_TOKEN}_project-${CUSTOM_ENV_CI_PROJECT_ID}_concurrent_${CUSTOM_ENV_CI_CONCURRENT_PROJECT_ID}"
echo "libvirt_executor_runner_${CUSTOM_ENV_CI_RUNNER_SHORT_TOKEN}_project-${CUSTOM_ENV_CI_PROJECT_ID}_job_${CUSTOM_ENV_CI_JOB_ID}"
}
wait_for_ssh() {
......
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