Skip to content

Commit 4de562f

Browse files
committed
Omitting dev image from base all.sh steps
1 parent e619f88 commit 4de562f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

33
#
4-
# Build all containers with one command
4+
# Build all containers with one command, intentionally omitting 'dev'
55
#
6-
CONTAINER_LIST="build game dev"
6+
CONTAINER_LIST="build game"
77
for CONTAINER in $CONTAINER_LIST; do
88
echo ====== Running all steps for container: $CONTAINER
99
pushd $CONTAINER

0 commit comments

Comments
 (0)