diff options
-rw-r--r-- | sm/dist_dev.sm | 2 | ||||
-rw-r--r-- | sm/dist_x.sm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index e420658..8a77f86 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -12,7 +12,7 @@ TABLE build_docs HOST jwcalibdev AFTER OPT test_dev/install_dev -TABLE distribute HOST nott jwcalibdev +TABLE distribute HOST nott jwcalibdev cadeau IF ssbdev_dist: CMD sync_ssbdev RUN "synctool - ssbdev" diff --git a/sm/dist_x.sm b/sm/dist_x.sm index 84a6901..d8af508 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -10,7 +10,7 @@ TABLE build_docs HOST jwcalibdev CMD jwst_x_docs RUN "build_jwst_docs x" -TABLE distribute HOST nott jwcalibdev +TABLE distribute HOST nott jwcalibdev cadeau IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" |