Skip to content

Commit

Permalink
updated Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 19, 2024
1 parent 800de6a commit cc4fd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ build-script:
-w /code \
-e path="$$path" \
-e DEBUG="$$DEBUG" \
-e NO_TESTS=1 \
"$$(awk '/^FROM /{print $$2; exit}' Dockerfile)" \
sh -c 'export PATH="$$PATH:$$path"; ./build.sh; if type bash >/dev/null 2>&1; then exec bash; else exec sh; fi'

Expand Down

0 comments on commit cc4fd61

Please sign in to comment.