This commit is contained in:
Edouard Oger 2019-03-12 21:37:36 -04:00
Родитель f420aa4f31
Коммит d5cefcbea8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -209,7 +209,7 @@ tasks:
- >-
git init repo &&
cd repo &&
git fetch --depth 1 ${clone_url} ${head_branch} &&
git fetch ${clone_url} --tags &&
git reset --hard ${head_rev} &&
python3 automation/taskcluster/decision_task.py release --version "${tag}"
${command_staging_flag}