diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:56:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 12:57:16 -0400 |
commit | 044e2db3b1304062ac7f9ea3b4958e05d9f28a91 (patch) | |
tree | 8cb1f961ed23ee90f6456818015ff6af1fa78b65 /sm/conda_test.sm | |
parent | 59297fd4343716883b22603498aa043e48981dbe (diff) | |
download | steuermann-044e2db3b1304062ac7f9ea3b4958e05d9f28a91.tar.gz |
Initial commit of .gitignore; Delete STScI scripts
Diffstat (limited to 'sm/conda_test.sm')
-rw-r--r-- | sm/conda_test.sm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sm/conda_test.sm b/sm/conda_test.sm deleted file mode 100644 index 46464a8..0000000 --- a/sm/conda_test.sm +++ /dev/null @@ -1,17 +0,0 @@ -TABLE conda_testing HOST nott banana jwcalibdev - - CMD update_packages RUN "/eng/ssb/auto/astroconda/bin/update_all.sh" - -TABLE conda_testing HOST nott banana - - CMD dev_tests RUN "/eng/ssb/auto/astroconda/bin/tests_dev27.sh" - AFTER *:conda_testing/update_packages - - CMD public_tests RUN "/eng/ssb/auto/astroconda/bin/tests_public27.sh" - AFTER *:conda_testing/dev_tests - -TABLE conda_testing HOST jwcalibdev - - CMD jwst_dev_tests RUN "/eng/ssb/auto/astroconda/bin/tests_jwst_dev27.sh" - AFTER *:conda_testing/update_packages - |