mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
added attic push
This commit is contained in:
parent
d60b60c31e
commit
b8b2da6d42
1 changed files with 12 additions and 0 deletions
|
@ -413,6 +413,18 @@ def nix_build_config(
|
||||||
warnOnFailure=True,
|
warnOnFailure=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
factory.addStep(
|
||||||
|
steps.ShellCommand(
|
||||||
|
name="Attic push",
|
||||||
|
env={},
|
||||||
|
command=[
|
||||||
|
"attic",
|
||||||
|
"push",
|
||||||
|
"julien",
|
||||||
|
util.Interpolate("result-%(prop:attr)s"),
|
||||||
|
],
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
return util.BuilderConfig(
|
return util.BuilderConfig(
|
||||||
name="nix-build",
|
name="nix-build",
|
||||||
|
|
Loading…
Add table
Reference in a new issue