Create docker.sh

This commit is contained in:
qurious-pixel 2020-12-29 11:15:51 -08:00 committed by GitHub
parent fbe01cf379
commit fe3f1145f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/docker.sh vendored Normal file
View File

@ -0,0 +1,13 @@
#!/bin/bash -ex
BRANCH=`echo ${GITHUB_REF##*/}`
cd pineapple-src
ls .
mkdir build && cd build
ls .