We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e619f88 commit 4de562fCopy full SHA for 4de562f
all.sh
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
2
3
#
4
-# Build all containers with one command
+# Build all containers with one command, intentionally omitting 'dev'
5
6
-CONTAINER_LIST="build game dev"
+CONTAINER_LIST="build game"
7
for CONTAINER in $CONTAINER_LIST; do
8
echo ====== Running all steps for container: $CONTAINER
9
pushd $CONTAINER
0 commit comments