Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# ci

[![ci](https://github.com/terrastruct/ci/actions/workflows/ci.yml/badge.svg)](https://github.com/terrastruct/ci/actions/workflows/ci.yml)
[![daily](https://github.com/terrastruct/ci/actions/workflows/daily.yml/badge.svg)](https://github.com/terrastruct/ci/actions/workflows/daily.yml)
[![license](https://img.shields.io/github/license/terrastruct/ci?color=9cf)](./LICENSE)
[![ci](https://github.com/d2lang/ci/actions/workflows/ci.yml/badge.svg)](https://github.com/d2lang/ci/actions/workflows/ci.yml)
[![daily](https://github.com/d2lang/ci/actions/workflows/daily.yml/badge.svg)](https://github.com/d2lang/ci/actions/workflows/daily.yml)
[![license](https://img.shields.io/github/license/d2lang/ci?color=9cf)](./LICENSE)

Terrastruct's CI scripts.
Shared CI scripts for D2 and related projects.

Currently used by:

- https://github.com/d2lang/d2
- https://github.com/d2lang/d2-docs
- https://github.com/terrastruct/util-go
- https://github.com/d2lang/util-go
- https://github.com/terrastruct/text-to-diagram-site
- https://github.com/terrastruct/byelinear
- https://github.com/terrastruct/homebrew-tap
Expand Down
2 changes: 1 addition & 1 deletion examples/date.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ help() {
cat <<EOF
usage: $0 [...flags] [...zones]
$0 is an example script demonstrating terrastruct/ci's flag.sh library.
$0 is an example script demonstrating d2lang/ci's flag.sh library.
It defaults to printing the current time in the same format as date(1)
but it accepts a myraid of flags to control output.
Expand Down
2 changes: 1 addition & 1 deletion lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LIB_FLAG=1
# interpreted as a single -xyzq flag. The other deficiency is lack of support for short
# flag syntax like -carg where the arg is not separated from the flag. This one is
# unfixable I believe unfortunately but for combined short flags I have opened
# https://github.com/terrastruct/ci/issues/6
# https://github.com/d2lang/ci/issues/6
#
# flag_parse stores state in $FLAG, $FLAGRAW, $FLAGARG and $FLAGSHIFT.
# FLAG contains the name of the flag without hyphens.
Expand Down
2 changes: 1 addition & 1 deletion lib/flag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LIB_FLAG=1
# interpreted as a single -xyzq flag. The other deficiency is lack of support for short
# flag syntax like -carg where the arg is not separated from the flag. This one is
# unfixable I believe unfortunately but for combined short flags I have opened
# https://github.com/terrastruct/ci/issues/6
# https://github.com/d2lang/ci/issues/6
#
# flag_parse stores state in $FLAG, $FLAGRAW, $FLAGARG and $FLAGSHIFT.
# FLAG contains the name of the flag without hyphens.
Expand Down
Loading