aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4f8e559..892ad14 100644
--- a/README.md
+++ b/README.md
@@ -6,18 +6,14 @@ published (H)CALDP pipeline environment.
```
$ ./build [TAG] [Pipeline_snapshot_URL]
```
-
+Where:
+* `TAG` is the image tag to be appended to astroconda/buildsys-pipeline:
+* `Pipeline_snapshot_URL` is the URL where a published (H)CALDP delivery snapshot YAML file may be found.
i.e.
+
```
$ ./build CALDP-20200421 https://ssb.stsci.edu/astroconda-releases/caldp/20200421/latest-linux.yml
-
```
-
for the 20200421 final delivery iteration.
-Where:
-* `TAG` is the image tag to be appended to astroconda/buildsys-pipeline:
-* `Pipeline_snapshot_URL` is the URL where a published (H)CALDP delivery snapshot YAML file may be found.
-
In-progress and finalized pipeline delivery snapshot definitions may be found here https://github.com/astroconda/astroconda-releases/tree/master/caldp
-