image: atlassian/default-image:2
name: 'Install CloudTruth CLI:'
- (curl -sL https://github.com/cloudtruth/cloudtruth-cli/releases/latest/download/install.sh || wget -qO- https://github.com/cloudtruth/cloudtruth-cli/releases/latest/download/install.sh) | sh
- cloudtruth --project MyFirstProject run -i none -- printenv
- cloudtruth --project MyFirstProject parameter export shell --export > dotenv
# Passes environement variables between stages
name: 'CloudTruth Variables Deployment to Staging'
- echo "Test CloudTruth Staging Step"