Skip to content

Commit 2c42a9d

Browse files
authored
Merge pull request #11485 from abathur/sequoia_migration_errexit
sequoia-nixbld-user-migration: halt on error
2 parents 11452ce + 51a01aa commit 2c42a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/sequoia-nixbld-user-migration.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -eo pipefail
4+
35
((NEW_NIX_FIRST_BUILD_UID=351))
46
((TEMP_NIX_FIRST_BUILD_UID=31000))
57

0 commit comments

Comments
 (0)