Skip to content

Commit 7ee37fe

Browse files
authored
check version chech (#2549)
1 parent a240104 commit 7ee37fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.woodpecker.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@ def checkVersionPlaceholder():
18271827
"name": "check-version-placeholder",
18281828
"image": OC_CI_ALPINE,
18291829
"commands": [
1830-
"grep -r -e '%%NEXT%%' -e '%%NEXT_PRODUCTION_VERSION%%' %s/services %s/pkg > next_version.txt" % (
1830+
"grep -r -e '%%NEXT%%' %s/services %s/pkg > next_version.txt" % (
18311831
dirs["base"],
18321832
dirs["base"],
18331833
),

0 commit comments

Comments
 (0)