mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
Remove Extension catalog; code clean-up
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
460e6e7191
commit
ee80067a8a
28
.github/workflows/build-extension-catalog.yml
vendored
28
.github/workflows/build-extension-catalog.yml
vendored
@ -1,28 +0,0 @@
|
|||||||
name: Build and Release Extension Catalog
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
working-directory: ./
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-extension-catalog:
|
|
||||||
uses: rancher/dashboard/.github/workflows/build-extension-catalog.yml@master
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: read
|
|
||||||
packages: write
|
|
||||||
with:
|
|
||||||
registry_target: ghcr.io
|
|
||||||
registry_user: ${{ github.actor }}
|
|
||||||
secrets:
|
|
||||||
registry_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
26
.github/workflows/build-extension-charts.yml
vendored
26
.github/workflows/build-extension-charts.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: Build and Release Extension Charts
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
working-directory: ./
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-extension-charts:
|
|
||||||
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@master
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: write
|
|
||||||
deployments: write
|
|
||||||
pages: write
|
|
||||||
with:
|
|
||||||
target_branch: gh-pages
|
|
||||||
@ -1,8 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
export default {
|
export default { name: 'HarvesterDashboard' };
|
||||||
name: 'Dashboard',
|
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user