summaryrefslogtreecommitdiff
path: root/src/script/build-integration-branch
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/build-integration-branch')
-rwxr-xr-xsrc/script/build-integration-branch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/build-integration-branch b/src/script/build-integration-branch
index d92821b2f1f..b4f2a6121d7 100755
--- a/src/script/build-integration-branch
+++ b/src/script/build-integration-branch
@@ -33,7 +33,7 @@ postfix = "-" + time.strftime(TIME_FORMAT, time.localtime())
current_branch = check_output('git rev-parse --abbrev-ref HEAD',
shell=True).strip().decode()
-if current_branch in 'mimic nautilus octopus pacific'.split():
+if current_branch in 'mimic nautilus octopus pacific quincy'.split():
postfix += '-' + current_branch
print(f"Adding current branch name '-{current_branch}' as a postfix")