Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a26bf02

Browse files
committedMay 24, 2024·
Moved CE_DEV_BIN to the right place
1 parent fcb1de3 commit a26bf02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎templates/prebuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ parse_options(){
3333
PROJECTS="blank drupal10"
3434
PUSH="no"
3535
TEMPLATE="ce-dev.compose.yml"
36-
CE_DEV_BIN="$OWN_DIR/bin/run.js"
3736

3837
# Common processing.
3938
OWN_DIR=$(dirname "$0")
@@ -46,6 +45,8 @@ WORK_DIR=$(mktemp -d)
4645
# Parse options.
4746
parse_options "$@"
4847

48+
CE_DEV_BIN="$OWN_DIR/bin/run.js"
49+
4950
# Create a project.
5051
# @param $1
5152
# Project name.

0 commit comments

Comments
 (0)
Please sign in to comment.