Skip to content

Commit 899c235

Browse files
committed
chore: cover in package build as well
1 parent 3bdfc66 commit 899c235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/nix/build_nix.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ nix build .#checks.$SYSTEM.psql_orioledb-17 -L --no-link
1313
nix build .#psql_15/bin -o psql_15 -L
1414

1515
nix build .#psql_orioledb-17/bin -o psql_orioledb_17 -L
16-
nix build .#wal-g -o wal-g -L
16+
nix build .#wal-g-2 -o wal-g-2 -L
1717
nix build .#wal-g-3 -o wal-g-3 -L
1818
# Copy to S3
19-
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./wal-g
19+
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./wal-g-2
2020
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./wal-g-3
2121
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_15
2222
nix copy --to s3://nix-postgres-artifacts?secret-key=nix-secret-key ./psql_orioledb_17

0 commit comments

Comments
 (0)