From 1746109255d3d4cdde3540f8eb099adddccd2468 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 25 Sep 2023 20:24:09 +0200 Subject: ci/cd: update branch references current -> sagitta --- vars/buildPackage.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vars') diff --git a/vars/buildPackage.groovy b/vars/buildPackage.groovy index 9e1ba1db..f000043f 100644 --- a/vars/buildPackage.groovy +++ b/vars/buildPackage.groovy @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -// Copyright (C) 2020-2021 VyOS maintainers and contributors +// Copyright (C) 2020-2023 VyOS maintainers and contributors // // This program is free software; you can redistribute it and/or modify // in order to easy exprort images built to "external" world @@ -56,7 +56,7 @@ def call(description=null, pkgList=null, buildCmd=null, buildArm=false, changesP if (isPullRequest()) branchName = env.CHANGE_TARGET.toLowerCase() if (branchName.equals('master')) - branchName = 'current' + branchName = 'sagitta' env.DOCKER_IMAGE = 'vyos/vyos-build:' + branchName @@ -170,7 +170,7 @@ def call(description=null, pkgList=null, buildCmd=null, buildArm=false, changesP // every option over and over again! def RELEASE = getGitBranchName() if (getGitBranchName() == "master") - RELEASE = 'current' + RELEASE = 'sagitta' def VYOS_REPO_PATH = '/home/sentrium/web/dev.packages.vyos.net/public_html/repositories/' + RELEASE if (getGitBranchName() == "crux") -- cgit v1.2.3