This repository has been archived on 2023-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
gitea.kosmos.org/script/build_customizations_image

8 lines
81 B
Bash
Executable File

#!/usr/bin/env bash
# fail fast
set -e
cd packer/
packer build custom.json
cd -