openwrt/.github/workflows
Christian Marangi f655923b36
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>
2023-01-04 19:26:16 +01:00
..
scripts ci: show build failures directly in job log output 2022-09-20 12:14:54 +02:00
Dockerfile.tools CI: create Docker container containing compiled tools 2022-09-30 22:26:54 +02:00
build-tools.yml CI: tools: reogranize and split workflow 2022-12-24 12:09:23 +01:00
build.yml CI: build: fix external toolchain use with release tag tests 2023-01-04 19:26:16 +01:00
check-kernel-patches.yml CI: fix matching for openwrt release branch for container selection 2022-12-04 20:37:58 +01:00
formal.yml CI: bump actions/checkout action to v3 2022-10-12 16:47:46 +02:00
kernel.yml CI: build: make kernel build configurable 2022-12-16 16:29:36 +01:00
labeler.yml CI: labeler: fix wrong label for pr targeting stable branch 2022-12-01 01:51:58 +01:00
packages.yml CI: build: make kernel build configurable 2022-12-16 16:29:36 +01:00
push-containers.yml CI: tools: reogranize and split workflow 2022-12-24 12:09:23 +01:00
toolchain.yml CI: introduce target toolchain test 2022-12-16 16:29:37 +01:00
tools.yml CI: tools: reogranize and split workflow 2022-12-24 12:09:23 +01:00