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