Skip to content

Instantly share code, notes, and snippets.

@michaelhelmick
Created February 4, 2020 17:34
Show Gist options
  • Save michaelhelmick/719da1ab97b0d1dc0247f37d89f149ae to your computer and use it in GitHub Desktop.
Save michaelhelmick/719da1ab97b0d1dc0247f37d89f149ae to your computer and use it in GitHub Desktop.
Django Migration Conflicts
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