Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alistaircol committed Jun 15, 2022
1 parent 4a21bdf commit 041dbe0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions bin/build-primary.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source "build.sh"
envsubst < src/skills.dot > bin/skills.dot
source "bin/build.sh"
envsubst < src/skills.dot > dot/skills.dot
30 changes: 15 additions & 15 deletions bin/build-secondary.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/usr/bin/env bash
source "build.sh"
#!/usr/dot/env bash
source "bin/build.sh"
export SKILLS_DIRECTION="TB"

envsubst < src/environment.dot > bin/environment.dot
envsubst < src/devops.dot > bin/devops.dot
envsubst < src/ssg.dot > bin/ssg.dot
envsubst < src/servers.dot > bin/servers.dot
envsubst < src/proxies.dot > bin/proxies.dot
envsubst < src/db.dot > bin/db.dot
envsubst < src/queues.dot > bin/queues.dot
envsubst < src/cloud.dot > bin/cloud.dot
envsubst < src/php.dot > bin/php.dot
envsubst < src/css.dot > bin/css.dot
envsubst < src/js.dot > bin/js.dot
envsubst < src/misc.dot > bin/misc.dot
envsubst < src/concepts.dot > bin/concepts.dot
envsubst < src/environment.dot > dot/environment.dot
envsubst < src/devops.dot > dot/devops.dot
envsubst < src/ssg.dot > dot/ssg.dot
envsubst < src/servers.dot > dot/servers.dot
envsubst < src/proxies.dot > dot/proxies.dot
envsubst < src/db.dot > dot/db.dot
envsubst < src/queues.dot > dot/queues.dot
envsubst < src/cloud.dot > dot/cloud.dot
envsubst < src/php.dot > dot/php.dot
envsubst < src/css.dot > dot/css.dot
envsubst < src/js.dot > dot/js.dot
envsubst < src/misc.dot > dot/misc.dot
envsubst < src/concepts.dot > dot/concepts.dot

0 comments on commit 041dbe0

Please sign in to comment.