- a basic image that enables running development builds Reviewed-on: #29
This commit was merged in pull request #29.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
mkdir /app
|
||||
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
|
||||
cd /app/repo
|
||||
make run
|
||||
Reference in New Issue
Block a user