packer-images/files/almalinux/makerun/usr/local/bin/run.sh
Ben Vincent d9ad1d6b0e
All checks were successful
Deploy / build (push) Successful in 37s
feat: add makerun image (#29)
- a basic image that enables running development builds

Reviewed-on: #29
2026-01-10 16:16:10 +11:00

9 lines
111 B
Bash

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