Create docker.sh
This commit is contained in:
parent
fbe01cf379
commit
fe3f1145f0
1 changed files with 13 additions and 0 deletions
13
.github/workflows/docker.sh
vendored
Normal file
13
.github/workflows/docker.sh
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
BRANCH=`echo ${GITHUB_REF##*/}`
|
||||
|
||||
|
||||
|
||||
cd pineapple-src
|
||||
|
||||
ls .
|
||||
|
||||
mkdir build && cd build
|
||||
|
||||
ls .
|
Loading…
Reference in a new issue