Revision eaaeb53c ci/utils.py

b/ci/utils.py
829 829
        cmd = """
830 830
        dpkg -i snf-deploy*.deb
831 831
        apt-get -f install --yes --force-yes
832
        snf-deploy keygen
832 833
        """
833 834
        with fabric.cd("synnefo_build-area"):
834 835
            with fabric.settings(warn_only=True):
......
904 905

  
905 906
        self.logger.debug("Run snf-deploy")
906 907
        cmd = """
907
        snf-deploy keygen --force
908 908
        snf-deploy --disable-colors --autoconf all
909 909
        """
910 910
        _run(cmd, True)

Also available in: Unified diff