From 8fef7aa03f5e15d64d0f71e155ddfad9b648c24d Mon Sep 17 00:00:00 2001 From: denihs Date: Mon, 3 Jul 2023 08:52:42 -0400 Subject: [PATCH] show folder infos --- .circleci/config.yml | 2 ++ meteor | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3045ab424..c1c5c15e23 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/meteor b/meteor index ffe16d5d35..02922f2d17 100755 --- a/meteor +++ b/meteor @@ -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)"