mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
prehook: fix enterprise repo remote value
This commit is contained in:
@@ -7,8 +7,8 @@ fail () {
|
||||
|
||||
# only push to oss when the enterprise version is absent
|
||||
# ====================
|
||||
oss="git@github.com:/hashicorp/nomad"
|
||||
ent="git@github.com:/hashicorp/nomad-enterprise"
|
||||
oss="git@github.com:hashicorp/nomad.git"
|
||||
ent="git@github.com:hashicorp/nomad-enterprise.git"
|
||||
if [ "$2" != "$ent" -a -f version/version_ent.go ]; then
|
||||
fail "found enterprise version file version/version_ent.go while pushing to oss remote"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user