Skip to content

Commit

Permalink
Try an older structurizr
Browse files Browse the repository at this point in the history
  • Loading branch information
peteryates committed Nov 20, 2023
1 parent 1b95efd commit fc78a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/c4-edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

mkdir "${PWD}/c4"

docker pull structurizr/lite:latest
docker pull structurizr/lite:1.29.0

docker run -it --rm -p 8080:8080 -v "${PWD}/c4":/usr/local/structurizr structurizr/lite:latest
2 changes: 1 addition & 1 deletion bin/c4-to-plantuml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mkdir "${image_path}"

rm -f "${image_path}/*.${file_ex}"

docker pull structurizr/cli:latest
docker pull structurizr/cli:1.29.0

docker run --rm -v "${PWD}":/usr/local/structurizr structurizr/cli:latest \
export --workspace ./c4/workspace.dsl --format "${diagram_type}" --output ".${image_folder}"
2 changes: 1 addition & 1 deletion bin/c4-validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir "${PWD}/c4"

docker pull structurizr/cli:latest
docker pull structurizr/cli:1.29.0

docker run --rm -v "${PWD}/c4":/usr/local/structurizr structurizr/cli:latest \
validate --workspace ./workspace.dsl
Expand Down

0 comments on commit fc78a99

Please sign in to comment.