Skip to content

Commit

Permalink
[kots]: set a version to the dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Apr 13, 2022
1 parent 46e8a65 commit 8f10490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/kots/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ create_dev_release:
exit 1; \
fi

replicated release create --lint --ensure-channel --yaml-dir ${YAML_DIR} --promote ${REPLICATED_DEV_CHANNEL}
replicated release create --lint --ensure-channel --yaml-dir ${YAML_DIR} --promote ${REPLICATED_DEV_CHANNEL} --version="$(shell date +%s)"
.PHONY: create_dev_release

create_unstable_release:
Expand Down

0 comments on commit 8f10490

Please sign in to comment.