Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Dec 15, 2023
1 parent 682aa4f commit 8c75d5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/pgScript.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ postgresql, writeShellScriptBin, options ? "" } :
{ postgresql, tree, writeShellScriptBin, options ? "" } :

let
ver = builtins.head (builtins.splitVersion postgresql.version);
Expand All @@ -20,6 +20,9 @@ let
pg_ctl start -o "$default_options" -o "${options}"
pwd
${tree}/bin/tree
cp ${../test/samples/all_movies.csv} $tmpdir/all_movies.csv
cp ${../test/samples/all_movies.csv.bz2} $tmpdir/all_movies.csv.bz2
Expand Down

0 comments on commit 8c75d5d

Please sign in to comment.