packer-images/files/almalinux/makerun/usr/local/bin/run.sh
Ben Vincent 895674d782
All checks were successful
Build / build (pull_request) Successful in 5s
fix: ensure run script is executable
2026-01-10 16:28:07 +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