mirror of https://github.com/MISP/misp-packer
fix: [deploy] :%s///g fail ;)
parent
0bc4b957d6
commit
edb56816f2
|
@ -22,7 +22,7 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
REPO="${REPO}"
|
REPO="MISP/MISP"
|
||||||
BRANCH="2.4"
|
BRANCH="2.4"
|
||||||
# Latest version of misp
|
# Latest version of misp
|
||||||
VER=$(curl -s https://api.github.com/repos/${REPO}/tags |jq -r '.[0] | .name')
|
VER=$(curl -s https://api.github.com/repos/${REPO}/tags |jq -r '.[0] | .name')
|
||||||
|
|
Loading…
Reference in New Issue