Support build-briefcase.sh
For now, I'm supporting two CI pipelines: - build-socrates - build-briefcase Conceptually, build-briefcase should cover what build-socrates does now, but eventually I would like build-socrates to call `switch-to-configuration` so that all of my websites, etc. stay fresh.
This commit is contained in:
parent
1bb32b1bcc
commit
42efb3b08a
3 changed files with 7 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ in {
|
|||
website = readTree ./website;
|
||||
lisp = readTree ./lisp;
|
||||
gopkgs = readTree ./gopkgs;
|
||||
monzo_ynab = readTree ./monzo_ynab;
|
||||
third_party = readTree ./third_party;
|
||||
tools = readTree ./tools;
|
||||
buildHaskell = readTree ./buildHaskell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue