File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ set -euo pipefail
4+
5+ THIS_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
6+ BUILD_SCRIPT=" $THIS_DIR /build_and_push_aws.sh"
7+ GAMES_DOCKER_DIR=" $THIS_DIR /../../docker"
8+
9+ # AWSCodeClash -> codeclash
10+ " $BUILD_SCRIPT " AWSCodeClash.Dockerfile codeclash " $THIS_DIR "
11+
12+ # Games -> codeclash/<game>
13+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /BattleSnake.Dockerfile" codeclash/battlesnake " $GAMES_DOCKER_DIR "
14+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /BattleCode.Dockerfile" codeclash/battlecode " $GAMES_DOCKER_DIR "
15+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /CoreWar.Dockerfile" codeclash/corewar " $GAMES_DOCKER_DIR "
16+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /DummyGame.Dockerfile" codeclash/dummygame " $GAMES_DOCKER_DIR "
17+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /HuskyBench.Dockerfile" codeclash/huskybench " $GAMES_DOCKER_DIR "
18+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /RoboCode.Dockerfile" codeclash/robocode " $GAMES_DOCKER_DIR "
19+ " $BUILD_SCRIPT " " $GAMES_DOCKER_DIR /RobotRumble.Dockerfile" codeclash/robotrumble " $GAMES_DOCKER_DIR "
You can’t perform that action at this time.
0 commit comments