openwrt/.github/workflows
Christian Marangi e819523f90
CI: build: fix external toolchain use with release tag tests
When a new tag for a release is created, the just checkout repo from
github actions will already have such tag locally created.

This will result in git fetch --tags failing with error rejecting the
remote tag with (would clobber existing tag).

Add -f option to overwrite any local tags and always fetch them from
remote.

Fixes: e24a1e6f6d ("CI: build: add support for external toolchains from stable branch")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit f655923b36)
2023-01-04 19:35:17 +01:00
..
scripts ci: show build failures directly in job log output 2022-12-04 16:26:59 +01:00
Dockerfile.tools CI: create Docker container containing compiled tools 2022-12-04 16:27:00 +01:00
build.yml CI: build: fix external toolchain use with release tag tests 2023-01-04 19:35:17 +01:00
check-kernel-patches.yml CI: fix matching for openwrt release branch for container selection 2022-12-04 21:13:46 +01:00
formal.yml CI: bump actions/checkout action to v3 2022-12-04 16:27:00 +01:00
kernel.yml CI: kernel: don't checkout and install feeds 2022-12-07 18:18:33 +01:00
labeler.yml CI: labeler: fix wrong label for pr targeting stable branch 2022-12-04 17:47:12 +01:00
packages.yml CI: trigger check also on build and check-kernel-patches workflow change 2022-12-04 21:13:47 +01:00
tools.yml CI: tools: support per branch tools container 2022-12-04 16:28:18 +01:00