~shawn111/ols-jenkaas/pmr-one-shot

« back to all changes in this revision

Viewing changes to project/build-charm

  • Committer: Vincent Ladeuil
  • Date: 2016-10-11 12:28:50 UTC
  • Revision ID: vila+ols@canonical.com-20161011122850-y5fm6rghr5y2ml6t
Fix typo, it's cleanup_ols_vms_conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
vm_status () ols-vms status $1
17
17
 
18
18
clean_up () {
19
 
    clean_ols_vms_conf
 
19
    cleanup_ols_vms_conf
20
20
    ssh-agent -k 2> /dev/null || true
21
21
    if [ "$(vm_status ${WORKER})" = "RUNNING" ] ; then
22
22
        ols-vms stop ${WORKER}