Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Merge requests
!452
Tryfix CI script
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Tryfix CI script
fix-deployment-script-after-saxtons-channels-upgrade
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Tryfix CI script
Florian Sesser
requested to merge
fix-deployment-script-after-saxtons-channels-upgrade
into
develop
Feb 5, 2024
Overview
0
Commits
1
Pipelines
1
Changes
1
Adding yet another option to the very long nix command should make CI work again.
Edited
Feb 5, 2024
by
Florian Sesser
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
7c94257d
1 commit,
Feb 5, 2024
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ci-tools/update-grid-servers
+
1
−
1
View file @ 7c94257d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -79,7 +79,7 @@ update_grid_nodes() {
# Find the names of all hosts that belong to this grid. This list includes
# one extra string, "network", which is morph configuration stuff and we need
# to filter out later.
nodes=$(nix --extra-experimental-features nix-command eval --impure --json "(builtins.concatStringsSep \" \" (builtins.attrNames (import $grid_dir/grid.nix)))" | jp --unquoted @)
nodes=$(nix --extra-experimental-features nix-command eval --impure --json
--expr
"(builtins.concatStringsSep \" \" (builtins.attrNames (import $grid_dir/grid.nix)))" | jp --unquoted @)
# Tell every server in the network to update itself.
for node in ${nodes}; do
Loading