Skip to content

Commit

Permalink
ci: use ignore_path in core bundle resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jan 8, 2024
1 parent 04696ce commit efa9a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions ci/core/template.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion ci/core/values.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@data/values
---
git_uri: [email protected]:GaloyMoney/galoy.git
git_branch: refactor-core-pipeline
git_branch: main
git_charts_uri: [email protected]:GaloyMoney/charts.git
git_stablesats_uri: [email protected]:GaloyMoney/stablesats-rs.git
git_price_uri: [email protected]:GaloyMoney/price.git
Expand Down

0 comments on commit efa9a3a

Please sign in to comment.