From 77eb8818b4567cf9ed2a472011b774315e240774 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 10 Jun 2020 16:50:47 -0400 Subject: Update README.md --- README.md | 12 ++++-------- 1 file 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 - -- cgit