Browse Source

force reset confirmation in CI

pull/1033/head
Vladimir Rutsky 7 years ago
parent
commit
c02213e4af
1 changed files with 1 additions and 0 deletions
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -196,6 +196,7 @@ before_script:
--private-key=${HOME}/.ssh/id_rsa
-e bootstrap_os=${BOOTSTRAP_OS}
-e ansible_python_interpreter=${PYPATH}
-e reset_confirmation=yes
reset.yml;
fi

Loading…
Cancel
Save