mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01: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(
|
||||
repourl=url_with_secret,
|
||||
alwaysUseLatest=True,
|
||||
method="clean",
|
||||
method="clobber",
|
||||
submodules=True,
|
||||
haltOnFailure=True,
|
||||
branch="update_flake_lock",
|
||||
)
|
||||
)
|
||||
factory.addStep(
|
||||
|
@ -259,7 +260,6 @@ def nix_update_flake_config(
|
|||
command=[
|
||||
"git",
|
||||
"push",
|
||||
"--force",
|
||||
"origin",
|
||||
"HEAD:refs/heads/update_flake_lock",
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue