Created
February 4, 2020 17:34
-
-
Save michaelhelmick/719da1ab97b0d1dc0247f37d89f149ae to your computer and use it in GitHub Desktop.
Django Migration Conflicts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: required | |
language: bash | |
script: | |
- make $SCRIPT | |
jobs: | |
fast_finish: true | |
include: | |
- stage: conflicts | |
env: | |
- TEST_SUITE=backend | |
- SCRIPT=migration-conflicts | |
- MAKEFLAGS="-j 2" | |
stages: | |
- conflicts | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment