mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
Changed update pipeline
This commit is contained in:
parent
45b19e73e3
commit
60026e2020
1 changed files with 2 additions and 2 deletions
|
@ -228,9 +228,10 @@ def nix_update_flake_config(
|
||||||
steps.Git(
|
steps.Git(
|
||||||
repourl=url_with_secret,
|
repourl=url_with_secret,
|
||||||
alwaysUseLatest=True,
|
alwaysUseLatest=True,
|
||||||
method="clean",
|
method="clobber",
|
||||||
submodules=True,
|
submodules=True,
|
||||||
haltOnFailure=True,
|
haltOnFailure=True,
|
||||||
|
branch="update_flake_lock",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
factory.addStep(
|
factory.addStep(
|
||||||
|
@ -259,7 +260,6 @@ def nix_update_flake_config(
|
||||||
command=[
|
command=[
|
||||||
"git",
|
"git",
|
||||||
"push",
|
"push",
|
||||||
"--force",
|
|
||||||
"origin",
|
"origin",
|
||||||
"HEAD:refs/heads/update_flake_lock",
|
"HEAD:refs/heads/update_flake_lock",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue