fix: Update .gitlab-ci.yml file
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
stages: # Define the stages of the pipeline.
|
stages: # Define the stages of the pipeline.
|
||||||
- build
|
- build
|
||||||
#- test
|
#- test
|
||||||
@@ -15,6 +16,8 @@ install-job: # This job runs in the build stage, which runs first.
|
|||||||
- Web/dist/Web/browser # The 'dist' directory will be available in the next stage.
|
- Web/dist/Web/browser # The 'dist' directory will be available in the next stage.
|
||||||
|
|
||||||
semantic-release:
|
semantic-release:
|
||||||
|
variables:
|
||||||
|
GITLAB_TOKEN: "glpat-SNecDb-ei1GxpqyeTu1Z"
|
||||||
image: node:24
|
image: node:24
|
||||||
stage: release
|
stage: release
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user