Use the defined job from above

This commit is contained in:
Se Yeon Kim 2022-10-20 12:33:34 -05:00
Родитель df65d6de78
Коммит 6365dcbe55
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3F96D66EFEF597CC
1 изменённых файлов: 3 добавлений и 14 удалений

Просмотреть файл

@ -494,20 +494,9 @@ workflows:
tags:
only: /.*/
- python_job:
name: build level one email tracker list
command: ./manage.py get_latest_email_tracker_lists
has_results: true
allow_fail: true
filters:
tags:
only: /.*/
- python_job:
name: build level two email tracker list
command: ./manage.py get_latest_email_tracker_lists --tracker-level=2
has_results: true
allow_fail: true
- build_email_tracker_list_job:
requires:
- build_frontend
filters:
tags:
only: /.*/