Skip to content
Snippets Groups Projects
Commit cb97c218 authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

typo fix for ci job name (#1847)

parent 0b4fcc83
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
preemptible: no preemptible: no
ci_job_name: "{{ lookup('env', 'CI_JOB_NAME') }}" ci_job_name: "{{ lookup('env', 'CI_JOB_NAME') }}"
tasks: tasks:
- name: include vars for test {{ ci_test_name }} - name: include vars for test {{ ci_job_name }}
include_vars: "../files/{{ ci_job_name }}.yml" include_vars: "../files/{{ ci_job_name }}.yml"
- name: replace_test_id - name: replace_test_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment