openwrt/.github/workflows
Christian Marangi 7c10b7b6f0
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:34:44 +01:00
..
scripts ci: show build failures directly in job log output 2022-12-04 17:36:55 +01:00
build.yml CI: build: fix external toolchain use with release tag tests 2023-01-04 19:34:44 +01:00
check-kernel-patches.yml CI: fix matching for openwrt release branch for container selection 2022-12-04 21:14:20 +01:00
Dockerfile.tools CI: create Docker container containing compiled tools 2022-12-04 17:36:55 +01:00
formal.yml CI: bump actions/checkout action to v3 2022-12-04 17:36:57 +01:00
kernel.yml CI: kernel: don't checkout and install feeds 2022-12-07 18:17:55 +01:00
labeler.yml build: harden GitHub workflow permissions 2022-12-04 17:36:57 +01:00
packages.yml CI: trigger check also on build and check-kernel-patches workflow change 2022-12-04 21:14:21 +01:00
tools.yml CI: tools: support per branch tools container 2022-12-04 17:37:00 +01:00