Skip to content
Snippets Groups Projects
Commit b0cab33b authored by JeanClement's avatar JeanClement
Browse files

init cicd

parent e83c5f15
No related branches found
No related tags found
No related merge requests found
Pipeline #201574 passed
include:
- project: 'metabohub/web-components/mth-cicd'
ref: 1.0.3
file: '/templates/npm.gitlab-ci.yml'
.publish:
image: node:18
stage: deploy
before_script:
- apt-get update && apt-get install -y git default-jre
- npm install
- npm run build
test:install:
image: node:18
stage: test
script:
- npm install
\ No newline at end of file
.npmrc 0 → 100644
@metabohub:registry=https://forgemia.inra.fr/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
//forgemia.inra.fr/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}
\ No newline at end of file
Ts package for convertion of json to json graph format
Two methods available now, COmpound graph from Neo4J to Json graph (CompoundGraphToJSONGraph) and MetExploreViz json to Json graph (MetExploreVizJSONToJSONGraph)
\ No newline at end of file
Two methods available now, Compound graph from Neo4J to Json graph (CompoundGraphToJSONGraph) and MetExploreViz json to Json graph (MetExploreVizJSONToJSONGraph)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment