File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ jobs:
4040 bash artifacts/manage_version_cr.sh create_manifest
4141 bash artifacts/manage_version_cr.sh create_localartifactset
4242
43- echo "kubeanofflineversion cr output:"
44- cat ${KUBEAN_TAG}/kubeanofflineversion .cr.yaml
45- echo "kubeaninfomanifest cr output:"
46- cat charts/kubean/templates/kubeaninfomanifest .cr.yaml
43+ echo "localartifactset cr output:"
44+ cat ${KUBEAN_TAG}/localartifactset .cr.yaml
45+ echo "manifest cr output:"
46+ cat charts/kubean/templates/manifest .cr.yaml
4747
4848 - name : Preparing the python environment
4949 uses : actions/setup-python@v4
@@ -100,5 +100,5 @@ jobs:
100100 - name : Upload InfoManifest CR
101101 uses : actions/upload-artifact@v3
102102 with :
103- path : charts/kubean/templates/kubeaninfomanifest .cr.yaml
103+ path : charts/kubean/templates/manifest .cr.yaml
104104 name : info-manifest-cr-file
You can’t perform that action at this time.
0 commit comments