show folder infos

This commit is contained in:
denihs
2023-07-03 08:52:42 -04:00
parent 383c033807
commit 8fef7aa03f
2 changed files with 4 additions and 1 deletions

View File

@@ -164,6 +164,8 @@ jobs:
popd
# Ensure to add node_modules to tools
ln -s ../dev_bundle/lib/node_modules node_modules
echo "Symlink node_modules added to tools"
pwd
./meteor --get-ready
# shouldn't take longer than 60 minutes
no_output_timeout: 60m

3
meteor
View File

@@ -7,7 +7,8 @@ BUNDLE_VERSION=18.16.0.0
# bundles that are arch specific.
# Use of : "${ARCH:=$(uname)}" assignment permits users to set their
# architecture manually; this is useful for multi-arch systems whose
# uname executables may sometimes return different architectures in
# uname executables may sometimes return different architectures
# in
# different contexts.
# Ex: ARCH=arm64 meteor ARGS...;
UNAME="$(uname)"