diff --git a/ci/core/template.lib.yml b/ci/core/template.lib.yml index 5c67ef1ade..987c7bc4d7 100644 --- a/ci/core/template.lib.yml +++ b/ci/core/template.lib.yml @@ -147,22 +147,12 @@ plan: name: #@ component_src_resource_name("api") type: git source: - paths: -#@ for component in core_bundle_components: - - #@ "apps/" + component - - #@ "apps/" + component + "/*" - - #@ "apps/" + component + "/**/*" -#@ end - - flake.nix - - flake.lock - - toolchains/ - - toolchains/* - - toolchains/**/* - - pnpm-lock.yaml + ignore_paths: ["ci/*[^md]"] fetch_tags: true uri: #@ data.values.git_uri branch: #@ data.values.git_branch private_key: #@ data.values.github_private_key +webhook_token: ((webhook.secret)) #@ end #@ def edge_image_resource_name(component): diff --git a/ci/core/values.yml b/ci/core/values.yml index 829136e720..20643c9c61 100644 --- a/ci/core/values.yml +++ b/ci/core/values.yml @@ -1,7 +1,7 @@ #@data/values --- git_uri: git@github.com:GaloyMoney/galoy.git -git_branch: refactor-core-pipeline +git_branch: main git_charts_uri: git@github.com:GaloyMoney/charts.git git_stablesats_uri: git@github.com:GaloyMoney/stablesats-rs.git git_price_uri: git@github.com:GaloyMoney/price.git