mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
ops: Modify build script to build unfurlers last
This commit is contained in:
parent
dcdb9361e8
commit
0192c2bffa
1 changed files with 5 additions and 5 deletions
|
|
@ -152,11 +152,6 @@ for repo in $backend_repos;do
|
|||
update_repo "${repo}"
|
||||
done
|
||||
|
||||
# build unfurlers
|
||||
for repo in $frontend_repos;do
|
||||
build_unfurler "${repo}"
|
||||
done
|
||||
|
||||
# build backends
|
||||
for repo in $backend_repos;do
|
||||
build_backend "${repo}"
|
||||
|
|
@ -172,6 +167,11 @@ for target in $frontend_repos;do
|
|||
ship_frontend "${target}"
|
||||
done
|
||||
|
||||
# build unfurlers
|
||||
for repo in $frontend_repos;do
|
||||
build_unfurler "${repo}"
|
||||
done
|
||||
|
||||
# notify everyone
|
||||
echo "${HOSTNAME} updated to \`${REF}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel general mempool.dev
|
||||
echo "${HOSTNAME} updated to \`${REF}\` @ \`${HASH}\`" | /usr/local/bin/keybase chat send --nonblock --channel general "mempool.ops.${LOCATION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue