packer-images/files/almalinux/makerun/usr/local/bin/run.sh
Ben Vincent 5ff0604d93
All checks were successful
Deploy / build (push) Successful in 18s
fix: ensure run script is executable (#30)
Reviewed-on: #30
2026-01-10 16:29:46 +11:00

9 lines
111 B
Bash
Executable File

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