Provides scripts for building, storing, and releasing Vagrant via builders. Includes updates for testing and removal of deprecated CI configuration.
7 lines
122 B
Bash
7 lines
122 B
Bash
#!/usr/bin/env bash
|
|
|
|
. "${root}/.ci/common.sh"
|
|
|
|
export DEBIAN_FRONTEND="noninteractive"
|
|
export PATH="${PATH}:${root}/.ci"
|