From 3760e7e9faf234acab2033923e668ee874f09325 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 10 Jun 2020 15:50:07 -0400 Subject: Update centos version to avoid yum errors; Update curl arguments Adjust miniconda installer URL --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index b9b6bd2..66788d9 100755 --- a/build.sh +++ b/build.sh @@ -8,10 +8,10 @@ fi url="$2" if [[ ! $url ]]; then - echo "No spec file specified." + echo "No published snapshot URL specified." exit 1 fi docker build \ -t "astroconda/buildsys-pipeline:${tag}" \ - --build-arg PIPELINE_URL="${url}" $(pwd) + --build-arg SNAPSHOT_URL="${url}" $(pwd) -- cgit