You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
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
The text was updated successfully, but these errors were encountered: