diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-12 16:10:58 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-13 12:56:22 -0700 |
commit | f7797922027daed86d14c1128e2fa64202fb16dd (patch) | |
tree | ff9d0c17b6f404c5ee0e498e595f4c3818571c7d /.ci/ci.json | |
parent | 8e588a19944e89ded711a1e150b5cd6e7d341994 (diff) | |
download | ci-f7797922027daed86d14c1128e2fa64202fb16dd.tar.gz ci-f7797922027daed86d14c1128e2fa64202fb16dd.zip |
Fix pipeline generator path, docker run in child container
Diffstat (limited to '.ci/ci.json')
-rw-r--r-- | .ci/ci.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci.json b/.ci/ci.json index e10df80..6a51028 100644 --- a/.ci/ci.json +++ b/.ci/ci.json @@ -1,3 +1,3 @@ { - "workflow": ".ci/ci.js" + "workflow": ".ci/ci.cjs" } |