Open
Description
When kiln bake is run on the tas tile, it ends up creating 2 migration files with the same timestamp that causes issues during the upload.
detect_ert.js
detect_srt.js
Temporary fix: pass the migrations path to the kiln bake command
kiln bake --variables-file=variables/srt.yml --migrations-directory ./migrations/common --migrations-directory ./migrations/srt
kiln bake --variables-file=variables/ert.yml --migrations-directory ./migrations/common --migrations-directory ./migrations/ert
Activity