#!/bin/bash

set -e -u
export PIPELINE=$1
export TARGET=c2c

fly -t $TARGET \
  set-pipeline -p $PIPELINE \
  -c $HOME/workspace/cf-networking-release/ci/pipelines/$PIPELINE.yml \
  -l $HOME/workspace/cf-networking-deployments/pipeline-credentials.yml
