diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-06-10 16:53:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 16:53:25 -0400 |
commit | dc165bbc3513cb7d37cd4d404801ebde7bebe9f8 (patch) | |
tree | 91fc3880055b9f531e82ff9805212cdc2af72210 | |
parent | 77eb8818b4567cf9ed2a472011b774315e240774 (diff) | |
download | docker-buildsys-pipeline-dc165bbc3513cb7d37cd4d404801ebde7bebe9f8.tar.gz |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ $ ./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. +i.e. https://ssb.stsci.edu/astroconda-releases/caldp/<date or codename>/latest-linux.yml ``` $ ./build CALDP-20200421 https://ssb.stsci.edu/astroconda-releases/caldp/20200421/latest-linux.yml |