Skip to content

Commit 40b121a

Browse files
committed
fix buildargs.sh script
1 parent 1816500 commit 40b121a

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ build()
8787
fi
8888

8989
if [[ -e $dir/buildargs.sh ]] ; then
90+
echo Found $dir/buildargs.sh
9091
for build_arg in $(bash $dir/buildargs.sh); do
9192
docker_args+=(--build-arg "$build_arg")
9293
done
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cat <<END
12
PHP_VERSION=7.2
23
PHP_DIST_NAME=7.2
34
PHP_VARIANTS="+zts+debug"
5+
END
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
cat <<END
12
PHP_VERSION=7.2
23
PHP_DIST_NAME=7.2
4+
END
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
cat <<END
12
PHP_VERSION=7.3
23
PHP_DIST_NAME=7.3
4+
END

0 commit comments

Comments
 (0)