Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- if [[ -z $CIRCLE_TOKEN ]]; then
- echo "Please, export CIRCLE_TOKEN first."
- exit 1
- fi
- docker run --rm -v $(pwd):/data circleci/circleci-cli:alpine config validate /data/.circleci/config.yml --token $CIRCLE_TOKEN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement