From d353ae3f0dd31dc617b0105ae3a0634fd046bb53 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Wed, 2 Jun 2021 16:49:21 +0900 Subject: [PATCH] meta: update to janeway v0.15.2 Despite the benign-looking patch version bump, the latest version of janeway drops support for the --do-it-live flag. --- .github/actions/glob/Dockerfile | 2 +- .github/actions/glob/entrypoint.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/glob/Dockerfile b/.github/actions/glob/Dockerfile index 913374e36..28fc45710 100644 --- a/.github/actions/glob/Dockerfile +++ b/.github/actions/glob/Dockerfile @@ -1,4 +1,4 @@ -FROM jaredtobin/janeway:v0.15.1 +FROM jaredtobin/janeway:v0.15.2 COPY entrypoint.sh /entrypoint.sh EXPOSE 22/tcp ENTRYPOINT ["/entrypoint.sh"] diff --git a/.github/actions/glob/entrypoint.sh b/.github/actions/glob/entrypoint.sh index 9189ea076..7428213a5 100755 --- a/.github/actions/glob/entrypoint.sh +++ b/.github/actions/glob/entrypoint.sh @@ -13,7 +13,7 @@ chmod 600 id_ssh.pub janeway release glob-all --dev --no-pill \ --credentials service-account \ --ssh-key id_ssh \ - --do-it-live \ + --ci \ | bash SHORTHASH=$(git rev-parse --short HEAD) @@ -21,12 +21,12 @@ SHORTHASH=$(git rev-parse --short HEAD) janeway release prepare-ota arvo-glob-"$SHORTHASH" "$1" \ --credentials service-account \ --ssh-key id_ssh \ - --do-it-live \ + --ci \ | bash janeway release perform-ota "$1" \ --credentials service-account \ --ssh-key id_ssh \ - --do-it-live \ + --ci \ | bash