diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-06-10 16:54:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 16:54:00 -0400 |
commit | b71e0c6a959bb4d87d244c0b48b7c960e7f708c6 (patch) | |
tree | 94a7f8dede5ccfdcf1cadf98db5dbc2070a34bdf /README.md | |
parent | dc165bbc3513cb7d37cd4d404801ebde7bebe9f8 (diff) | |
download | docker-buildsys-pipeline-b71e0c6a959bb4d87d244c0b48b7c960e7f708c6.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,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. https://ssb.stsci.edu/astroconda-releases/caldp/<date or codename>/latest-linux.yml +* `Pipeline_snapshot_URL` is the URL where a published (H)CALDP delivery snapshot YAML file may be found. 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 |