mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-04 10:52:18 +03:00
Merge 3db93c6aa2
into release/next-userspace
This commit is contained in:
commit
00aeb6c17c
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