step1 automation
This commit is contained in:
parent
016c2a29a0
commit
42a4335986
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ ! -f hellen-one/git_scripts ]; then
|
||||
echo "No submodules?"
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
|
||||
cd hellen-one
|
||||
|
||||
docker build -t hellen-one .
|
Loading…
Reference in New Issue