Skip to content

Commit 45ea96f

Browse files
authored
Merge pull request #13 from input-output-hk/cic-83
CIC-83 Handbook Pipeline
2 parents 7e1c512 + 4431d79 commit 45ea96f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nix/cloud/actions.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@
113113
push = "Push to repo";
114114
};
115115

116-
handbook = (
117-
builtins.getFlake "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}"
118-
).packages.${inputs.nixpkgs.system}.handbook-entrypoint;
116+
handbook = "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}#handbook-entrypoint";
119117
in {
120118
io = ''
121119
let cfg = {
@@ -155,7 +153,7 @@
155153
'';
156154

157155
job = {
158-
job.ciceroHandbook = {
156+
ciceroHandbook = {
159157
namespace = "cicero";
160158
datacenters = [
161159
"dc1"

0 commit comments

Comments
 (0)