aboutsummaryrefslogtreecommitdiff
path: root/shepherd/init.d/test-upgrade.scm
diff options
context:
space:
mode:
Diffstat (limited to 'shepherd/init.d/test-upgrade.scm')
-rw-r--r--shepherd/init.d/test-upgrade.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/shepherd/init.d/test-upgrade.scm b/shepherd/init.d/test-upgrade.scm
index 0c17303..80ae7dc 100644
--- a/shepherd/init.d/test-upgrade.scm
+++ b/shepherd/init.d/test-upgrade.scm
@@ -6,7 +6,8 @@
;; First attempt to build all the packages and only afterward attempt to build the containers.
(when (zero? (system* "guix" "build" "-L" "/home/shepherd/guix-bioinformatics"
"--no-grafts" "bnw" "gitea" "go-ipfs" "edirect-gn"
- "bxd-power-calculator-app" "rn6-assembly-error-app"))
+ "bxd-power-calculator-app" "rn6-assembly-error-app"
+ "singlecellrshiny"))
(zero? (system* "guix" "system" "-L" "/home/shepherd/guix-bioinformatics"
"container" "/home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm"
"--share=/home/shepherd/logs/bnw-server=/var/log" "--network")))