Skip to content
Snippets Groups Projects
pipeline.sh 192 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    set -e # abort if there is an issue with any build
    packer init .
    packer build -only='virtualbox-iso.baseimage' .
    packer build -only='virtualbox-ovf.goSDN' .
    rm -r output-baseimage