Files
packages/anda/devs/flow/update.rhai
T
2024-08-01 23:56:03 -05:00

8 lines
185 B
Plaintext

if filters.contains("nightly") {
rpm.global("commit", gh_commit("neurocyte/flow"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}