Skip to content

Commit

Permalink
Merge pull request #1245 from input-output-hk/test_ci_20240506
Browse files Browse the repository at this point in the history
chore: test oci changes
  • Loading branch information
gytis-ivaskevicius committed May 7, 2024
2 parents 6b7dd94 + da79a87 commit 7c5e8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cardano-services/oci-images.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
}
] ''
mkdir -p $out/config
cp ${self}/compose/schedules.json $out/config/schedules.json
cp ${builtins.path { path = self + "/compose/schedules.json"; }} $out/config/schedules.json;
'';
in {
cardano-services = std.lib.ops.mkStandardOCI {
Expand Down

0 comments on commit 7c5e8d2

Please sign in to comment.