Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Remove unnecessary `pull: true` settings
Sebastian Martinez committed 10 months ago
commit 2b0bf176c15a9f0e6eb372549831434f21169ede
parent eedfd27
3 files changed +0 -8
modified .woodpecker/build.yaml
@@ -17,14 +17,12 @@ variables:
steps:
  read_cache:
    image: quay.io/radicle_garden/plugin-sccache:latest
-
    pull: true
    volumes:
      - sccache:/sccache_data
    settings: *plugin-sccache-read-only

  update_cache:
    image: quay.io/radicle_garden/plugin-sccache:latest
-
    pull: true
    when:
      evaluate: 'CI_PIPELINE_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH && CI_COMMIT_MESSAGE startsWith "Release"'
    volumes:
modified .woodpecker/e2e.yaml
@@ -19,14 +19,12 @@ variables:
steps:
  read_cache:
    image: quay.io/radicle_garden/plugin-sccache:latest
-
    pull: true
    volumes:
      - sccache:/sccache_data
    settings: *plugin-sccache-read-only

  update_cache:
    image: quay.io/radicle_garden/plugin-sccache:latest
-
    pull: true
    when:
      evaluate: 'CI_PIPELINE_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH && CI_COMMIT_MESSAGE startsWith "Release"'
    volumes:
@@ -37,7 +35,6 @@ steps:

  end-to-end:
    image: quay.io/radicle_garden/radicle-desktop-e2e:latest
-
    pull: true
    volumes:
      - sccache:/sccache_data
    entrypoint:
modified .woodpecker/lint.yaml
@@ -17,14 +17,12 @@ variables:
steps:
  read_cache:
    image: quay.io/radicle_garden/plugin-sccache:latest
-
    pull: true
    volumes:
      - sccache:/sccache_data
    settings: *plugin-sccache-read-only

  update_cache:
    image: quay.io/radicle_garden/plugin-sccache:latest
-
    pull: true
    when:
      evaluate: 'CI_PIPELINE_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH && CI_COMMIT_MESSAGE startsWith "Release"'
    volumes:
@@ -46,7 +44,6 @@ steps:

  lint_rust:
    image: quay.io/radicle_garden/radicle-desktop-base:latest
-
    pull: true
    volumes:
      - sccache:/sccache_data
    entrypoint: