mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
meta: glob action tweaks
Sets two environment variables, LANDSCAPE_STREAM and LANDSCAPE_SHORTHASH, to be employed by landscape builds. Also reverts the janeway version used to v0.13.1 as the --dev flag is unnecessary.
This commit is contained in:
parent
af03292f48
commit
17f3431b43
2
.github/actions/glob/Dockerfile
vendored
2
.github/actions/glob/Dockerfile
vendored
@ -1,4 +1,4 @@
|
||||
FROM jaredtobin/janeway:v0.13.2
|
||||
FROM jaredtobin/janeway:v0.13.1
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
EXPOSE 22/tcp
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
8
.github/actions/glob/entrypoint.sh
vendored
8
.github/actions/glob/entrypoint.sh
vendored
@ -10,7 +10,13 @@ chmod 600 service-account
|
||||
chmod 600 id_ssh
|
||||
chmod 600 id_ssh.pub
|
||||
|
||||
janeway release glob --dev --no-pill \
|
||||
LANDSCAPE_STREAM="development"
|
||||
export LANDSCAPE_STREAM
|
||||
|
||||
LANDSCAPE_SHORTHASH="${GITHUB_SHA:0:7}"
|
||||
export LANDSCAPE_SHORTHASH
|
||||
|
||||
janeway release glob --no-pill \
|
||||
--credentials service-account \
|
||||
--ssh-key id_ssh \
|
||||
--do-it-live \
|
||||
|
Loading…
Reference in New Issue
Block a user