mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 22:25:40 +03:00
cleanup
This commit is contained in:
parent
cb4ae2603c
commit
2a1592b813
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "linux/advanced/redash/redash-repo"]
|
|
||||||
path = linux/advanced/redash/redash-repo
|
|
||||||
url = git@github.com:getredash/redash.git
|
|
6
linux/advanced/redash/Makefile
Normal file
6
linux/advanced/redash/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
all: app
|
||||||
|
|
||||||
|
app:
|
||||||
|
git submodule init
|
||||||
|
git submodule update --init --recursive
|
||||||
|
git submodule sync --recursive
|
Loading…
Reference in New Issue
Block a user