JeffDeCola/my-go-examples

View on GitHub
ci/set-pipeline.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
# my-go-examples 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-examples \
    --config pipeline.yml \
    --load-vars-from ../../../.credentials.yml \
    --check-creds
echo " "