Skip to content

Commit

Permalink
Added gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epessina committed Nov 5, 2024
1 parent 96d6199 commit e2cd47f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
include:
- file: "/build/node/template-react-yarn.yml"
project: "platform/pipelines-templates"
ref: "master"

default:
image: node:20-alpine

variables:
IMAGE_NAME: mia_template_image_name_placeholder

.docker-job:
variables:
COMMIT_SHA_FILEPATH: /etc/nginx/commit.sha
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const componentsList = [
'wc-title',
]

/** @see https://docs.mia-platform.eu/docs/microfrontend-composer/external-components/overview#list-custom-components-in-components-explorer */
export default {
components: componentsList,
libraryName: 'My Custom Components',
Expand Down

0 comments on commit e2cd47f

Please sign in to comment.