mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
if filters.contains("nightly") {
|
|
rpm.global("commit", gh_commit("andyholmes/valent"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commit_date", date());
|
|
}
|
|
}
|