Skip to content

Commit bb0454e

Browse files
committed
CCM-12616: test deployment
1 parent ff76bbc commit bb0454e

File tree

1 file changed

+4
-2
lines changed
  • infrastructure/terraform/components/dl

1 file changed

+4
-2
lines changed

infrastructure/terraform/components/dl/pre.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ npm run generate-dependencies
1111
npm run lambda-build --workspaces --if-present
1212

1313
# Build Python lambdas
14-
make -C lambdas/mesh-poll package
15-
make -C lambdas/mesh-download package
14+
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../.." && pwd)"
15+
16+
make -C "$ROOT/lambdas/mesh-poll" package
17+
make -C "$ROOT/lambdas/mesh-download" package

0 commit comments

Comments
 (0)