Skip to content

Commit

Permalink
Fix source paths in action and trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshkal committed Aug 4, 2024
1 parent 70bfa7e commit 00cf58c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ jobs:
output: INFRAFILE_POLICIES
- name: k8s-module
path: genval/modules/cuemod-k8s*/**
source: genval/modules/cuemod-k8s:v1.30/
source: genval/modules/cuemod-k8s*/
version-file: ./.github/versions/k8s_mod_version.env
artifact-name: k8s-module
output: K8s_MODULE
- name: tektonCD_module
path: genval/modules/cuemod-tektoncd*/**
source: genval/modules/cuemod-tektoncd*/**
path: genval/modules/cuemod-tektoncd*/
source: genval/modules/cuemod-tektoncd*/
version-file: ./.github/versions/tektoncd_mod_version.env
artifact-name: tektonCD_module
output: TEKTONCD_MODULE
- name: argoCD_module
path: genval/modules/cuemod-argocd*/**
path: genval/modules/cuemod-argocd*/
source: genval/modules/cuemod-argocd:v2.11.3/**
version-file: ./.github/versions/argocd_mod_version.env
artifact-name: argoCD_module
Expand Down
1 change: 0 additions & 1 deletion genval/modules/cuemod-k8s:v1.30/policy/policy.cue
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
package k8s

0 comments on commit 00cf58c

Please sign in to comment.