File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -euo pipefail
44
55THIS_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
66BUILD_SCRIPT=" $THIS_DIR /build_and_push_aws.sh"
7- GAMES_DOCKER_DIR=" $THIS_DIR /../../docker"
7+ GAMES_DOCKER_DIR=" $THIS_DIR /../../../ docker"
88
99# AWSCodeClash -> codeclash
1010" $BUILD_SCRIPT " AWSCodeClash.Dockerfile codeclash " $THIS_DIR "
@@ -17,3 +17,4 @@ GAMES_DOCKER_DIR="$THIS_DIR/../../docker"
1717" $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /HuskyBench.Dockerfile" codeclash/huskybench " $GAMES_DOCKER_DIR "
1818" $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /RoboCode.Dockerfile" codeclash/robocode " $GAMES_DOCKER_DIR "
1919" $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /RobotRumble.Dockerfile" codeclash/robotrumble " $GAMES_DOCKER_DIR "
20+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /Halite.Dockerfile" codeclash/robotrumble " $GAMES_DOCKER_DIR "
You can’t perform that action at this time.
0 commit comments