mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
Merge pull request #4271 from urbit/jt/janeway-bump
meta: bump janeway version in glob action
This commit is contained in:
commit
6095402687
2
.github/actions/glob/Dockerfile
vendored
2
.github/actions/glob/Dockerfile
vendored
@ -1,4 +1,4 @@
|
|||||||
FROM jaredtobin/janeway:v0.13.1
|
FROM jaredtobin/janeway:v0.13.3
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
EXPOSE 22/tcp
|
EXPOSE 22/tcp
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
8
.github/actions/glob/entrypoint.sh
vendored
8
.github/actions/glob/entrypoint.sh
vendored
@ -10,13 +10,7 @@ chmod 600 service-account
|
|||||||
chmod 600 id_ssh
|
chmod 600 id_ssh
|
||||||
chmod 600 id_ssh.pub
|
chmod 600 id_ssh.pub
|
||||||
|
|
||||||
LANDSCAPE_STREAM="development"
|
janeway release glob --dev --no-pill \
|
||||||
export LANDSCAPE_STREAM
|
|
||||||
|
|
||||||
LANDSCAPE_SHORTHASH="${GITHUB_SHA:0:7}"
|
|
||||||
export LANDSCAPE_SHORTHASH
|
|
||||||
|
|
||||||
janeway release glob --no-pill \
|
|
||||||
--credentials service-account \
|
--credentials service-account \
|
||||||
--ssh-key id_ssh \
|
--ssh-key id_ssh \
|
||||||
--do-it-live \
|
--do-it-live \
|
||||||
|
Loading…
Reference in New Issue
Block a user