Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove tag event triggers
Sebastian Martinez committed 0 years ago
commit 2085b33be128dde8aaf37ac86f0094cdb7870c13
parent 46ead1a92406f2c10034e19a73e0a2902cbd5485
4 files changed +1 -16
modified .woodpecker/build.yaml
@@ -2,10 +2,6 @@ when:
  - event: pull_request
  - event: push
    branch: main
-
  - event: tag
-
    ref: refs/namespaces/z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)? # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.
-
  - event: tag
-
    ref: refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)? # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.

variables:
  - &base_image "docker.io/sebastinez/radicle-desktop-base:latest_3"
modified .woodpecker/e2e.yaml
@@ -2,10 +2,6 @@ when:
  - event: pull_request
  - event: push
    branch: main
-
  - event: tag
-
    ref: refs/namespaces/z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)? # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.
-
  - event: tag
-
    ref: refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)? # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.

variables:
  - &base_image "docker.io/sebastinez/radicle-desktop-base:latest_3"
modified .woodpecker/lint.yaml
@@ -2,10 +2,6 @@ when:
  - event: pull_request
  - event: push
    branch: main
-
  - event: tag
-
    ref: refs/namespaces/z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)?  # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.
-
  - event: tag
-
    ref: refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)?  # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.

variables:
  - &base_image "docker.io/sebastinez/radicle-desktop-base:latest_3"
modified .woodpecker/unit-test.yaml
@@ -2,10 +2,7 @@ when:
  - event: pull_request
  - event: push
    branch: main
-
  - event: tag
-
    ref: refs/namespaces/z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)?  # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.
-
  - event: tag
-
    ref: refs/namespaces/z6MkkfM3tPXNPrPevKr3uSiQtHPuwnNhu2yUVjgd2jXVsVz5/tags/v[0-9]+.[0-9]+.[0-9]+(-[a-zA-Z]+)?(\.[0-9]+)?  # Matches v1.2.3, v1.2.3-rc, v1.2.3-rc.1, etc.
+

steps:
  unit-tests:
    image: docker.io/library/node:22.11.0