#!/bin/bash # my-go-tools set-pipeline.sh echo " " echo "Set pipeline on target jeffs-ci-target which is team jeffs-ci-team" fly --target jeffs-ci-target \ set-pipeline \ --pipeline my-go-tools \ --config pipeline.yml \ --load-vars-from ../../../.credentials.yml \ --check-creds echo " "