packer-images/files/almalinux/makerun/usr/local/bin/run.sh
Ben Vincent bc43ff8e3c feat: add makerun image
- a basic image that enables running development builds
2026-01-10 16:13:33 +11:00

9 lines
101 B
Bash

#!/usr/bin/bash
set -e
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
cd /app/repo
make run