Tooling for managing asset compression, storage, and retrieval
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
214 B

  1. #!/usr/bin/env bash
  2. TEAM=docker
  3. PIPELINE=acm
  4. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
  5. pushd "${DIR}"
  6. fly -t ${TEAM} set-pipeline --pipeline ${PIPELINE} --config pipeline.yml
  7. popd