mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-07 05:34:38 +08:00
Merge pull request #3292 from gravitl/NET-1784-script
pull manifests from master
This commit is contained in:
commit
26300dc9ed
1 changed files with 1 additions and 2 deletions
|
@ -617,8 +617,7 @@ install_netmaker() {
|
|||
|
||||
echo "Pulling config files..."
|
||||
|
||||
|
||||
local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/$BUILD_TAG"
|
||||
local BASE_URL="https://raw.githubusercontent.com/gravitl/netmaker/master"
|
||||
local COMPOSE_URL="$BASE_URL/compose/docker-compose.yml"
|
||||
local CADDY_URL="$BASE_URL/docker/Caddyfile"
|
||||
if [ "$INSTALL_TYPE" = "pro" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue