19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _branchname.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 {% if site.current_version and site.current_version != 'main' %}
8 {% assign branchname = site.current_version | slice: 1, 3 | append: '-release' %}
9 {% else %}
10 {% assign branchname = 'main' %}
11 {% endif %}