mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
Forgot some thens in the rpm if statements
This commit is contained in:
parent
59a69e7839
commit
f535c508bc
@ -11,6 +11,7 @@ if [ "$3" = "true" ]
|
||||
then
|
||||
/veilid/package/replace_variable.sh /root/rpmbuild/SPECS/veilid-cli.spec RELEASE_VERSION $BUILD_DATE
|
||||
elif [ "$3" = "false" ]
|
||||
then
|
||||
/veilid/package/replace_variable.sh /root/rpmbuild/SPECS/veilid-cli.spec RELEASE_VERSION $CARGO_VERSION
|
||||
else
|
||||
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
||||
|
@ -12,6 +12,7 @@ if [ "$3" = "true" ]
|
||||
then
|
||||
/veilid/package/replace_variable.sh /root/rpmbuild/SPECS/veilid-server.spec RELEASE_VERSION $BUILD_DATE
|
||||
elif [ "$3" = "false" ]
|
||||
then
|
||||
/veilid/package/replace_variable.sh /root/rpmbuild/SPECS/veilid-server.spec RELEASE_VERSION $CARGO_VERSION
|
||||
else
|
||||
echo $3 "is not a valid state to determine if the build is STABLE or NIGHTLY"
|
||||
|
Loading…
Reference in New Issue
Block a user