Merge pull request #5851 from Bo0km4n/fix/conflicting-version-file
Fix conflicts of VERSION file
This commit is contained in:
commit
384ee89e40
3 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ endif
|
|||
SHELL=/bin/bash -o pipefail -o errexit
|
||||
|
||||
# Use the 0.0 tag for testing, it shouldn't clobber any release builds
|
||||
TAG ?= $(shell cat VERSION)
|
||||
TAG ?= $(shell cat TAG)
|
||||
|
||||
# e2e settings
|
||||
# Allow limiting the scope of the e2e tests. By default run everything
|
||||
|
|
1
TAG
Normal file
1
TAG
Normal file
|
@ -0,0 +1 @@
|
|||
0.33.0
|
1
VERSION
1
VERSION
|
@ -1 +0,0 @@
|
|||
0.33.0
|
Loading…
Reference in a new issue