rename pncdsl to inkwell
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Zsolt Tasnadi
2026-07-30 12:26:10 +02:00
parent 26e8f2329c
commit 09aa0d5438
22 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ steps:
image: golang:1.26.3-alpine
commands:
- apk add --no-cache zip make curl git
# The go.mod may point at a local ../pncdsl checkout (see README);
# The go.mod may point at a local ../inkwell checkout (see README);
# in CI clone the framework next to the workspace so it resolves.
- if grep -q '=> \.\./pncdsl' go.mod; then git clone https://git.teletypegames.org/games/pncdsl ../pncdsl; fi
- if grep -q '=> \.\./inkwell' go.mod; then git clone https://git.teletypegames.org/games/inkwell ../inkwell; fi
- make ci-export
- name: artifact