mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 13:04:17 +03:00
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.
This commit is contained in:
parent
b220427624
commit
d353ae3f0d
2
.github/actions/glob/Dockerfile
vendored
2
.github/actions/glob/Dockerfile
vendored
@ -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"]
|
||||
|
6
.github/actions/glob/entrypoint.sh
vendored
6
.github/actions/glob/entrypoint.sh
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user