mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-12 05:04:56 +03:00
Merge pull request #4974 from urbit/jt/jw-v0.15.2
meta: update to janeway v0.15.2
This commit is contained in:
commit
3db93c6aa2
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