From fd5eba8401a761afdc0ae155bdcca696034e2dc3 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 7 Dec 2019 17:48:46 -0800 Subject: [PATCH] bug bash endpoint needs to use generated release name --- .travis.yml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c034ab18..cd18903e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@ jobs: secret_access_key: $AWS_SECRET_ACCESS_KEY bucket: $BUCKET_LIVE local_dir: s3out - upload-dir: $TRAVIS_TAG + upload-dir: $RELEASE_TAG skip_cleanup: true on: branch: RC diff --git a/version.txt b/version.txt index 77fee73a..d615fd0c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.3 +1.9.4