File size: 192 Bytes
e98c0d7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

if [[ -z "$1" ]]; then
  echo "Usage: $0 <ecosystem>"
  exit 1
fi

set -e
cd "$(dirname "$0")/.."
source script/_common

export OMNIBUS_VERSION="latest"
docker_build "$1"