packer-images/files/almalinux/makerun/usr/local/bin/run.sh
Ben Vincent d71601eba4
All checks were successful
Build / build (pull_request) Successful in 31s
feat: add makerun image
- a basic image that enables running development builds
2026-01-10 16:14:48 +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