From 55975dfd2341053863b8217f2c0b676b0843fbc1 Mon Sep 17 00:00:00 2001 From: Brock Fanning Date: Thu, 20 Jun 2019 18:13:00 -0400 Subject: [PATCH] Revert "Try to compile a develop branch for testing big changes" This reverts commit 1091b9b54c3bb9e9b8e25d4713598fba56729423. --- scripts/build_translations.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build_translations.py b/scripts/build_translations.py index afc6af2d3..ca0e10169 100644 --- a/scripts/build_translations.py +++ b/scripts/build_translations.py @@ -58,9 +58,6 @@ def main(): # Switch to the tag and build another version. repo.git.checkout(tag) build_translations('translations-' + str(tag) + '.json') - # Also compile a "develop" branch to allow testing of big changes. - repo.git.checkout('develop') - build_translations('translations-develop.json') # Go back to the current branch. if branch: repo.git.checkout(branch)