summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-12-11 19:07:09 +0000
committerJordan Bracco <href@random.sh>2022-12-11 19:07:09 +0000
commitbc3d5b7f4f54d88a2ebf1cadbcd7e2816f07deaa (patch)
treee4880c66b7a2c79de59fd24107c498ba3b0e518b /mix.exs
parentfeat(telegram): create account for telegram user (diff)
Fix the fixes.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 05dd026..c9f2827 100644
--- a/mix.exs
+++ b/mix.exs
@@ -89,9 +89,10 @@ defmodule LSG.Mixfile do
Mix.env() == :prod -> ""
true -> "." <> to_string(Mix.env())
end
- build_date_tag = Timex.format!(DateTime.utc_now(), ".build%y%m%d@%H%M", :strftime)
+ #build_date_tag = Timex.format!(DateTime.utc_now(), ".build%y%m%d@%H%M", :strftime)
+ build_date_tag = ".build"
- v <> "+" <> info <> env <> <> build_date_tag
+ v <> "+" <> info <> env <> build_date_tag
end
end