Skip to content

Instantly share code, notes, and snippets.

@ygerasimov
Created April 21, 2020 13:44
Show Gist options
  • Save ygerasimov/bc4b003d9c5e22024ede89236324c601 to your computer and use it in GitHub Desktop.
Save ygerasimov/bc4b003d9c5e22024ede89236324c601 to your computer and use it in GitHub Desktop.
Diffy Bitbucket integration pipeline
image: php:7.1.1
pipelines:
default:
- step:
name: Diffy check
max-time: 10 #minutes
caches:
- composer
script:
- apt-get update && apt-get install -y unzip
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- /bin/bash runCheck.sh $API_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment