Skip to content
Snippets Groups Projects
Commit ae6841e2 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed bad gui version script.

parent da87c07e
No related branches found
No related tags found
1 merge request!75V0.7.2
Pipeline #65862 failed
#!/bin/sh
version=`git describe --all`
version=`git rev-parse --verify HEAD`
sed -i -e "s/nomad-gui-version-placeholder/$version/g" package.json
rm -f package.json-e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment