Skip to content

Commit

Permalink
[CI] Fix release scripts and version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Sep 27, 2024
1 parent 6cbd4d4 commit 81870c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Project version

VERSION:=1.9
VERSION:=1.9.0

ifndef CI_COMMIT_TAG
VERSION_TAG=$(VERSION)rc0
Expand Down
2 changes: 1 addition & 1 deletion tests/check_tag.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

VERSION=$1
METADATA=$(cat Makefile | grep "VERSION:=" | cut -d '=' -f2)
METADATA=$(cat config.mk | grep "VERSION:=" | cut -d '=' -f2)

if [ "$METADATA" != "$VERSION" ];
then
Expand Down

0 comments on commit 81870c0

Please sign in to comment.