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

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 .