Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
6a93b3b8
Verified
Commit
6a93b3b8
authored
1 month ago
by
Sebastian Bergandy
Browse files
Options
Downloads
Patches
Plain Diff
install pnpm
parent
e1268bc5
Branches
Branches containing commit
Tags
2.17.0
Tags containing commit
No related merge requests found
Pipeline
#1863
failed
1 month ago
Stage: .pre
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-2
23 additions, 2 deletions
.gitlab-ci.yml
with
23 additions
and
2 deletions
.gitlab-ci.yml
+
23
−
2
View file @
6a93b3b8
image
:
node:20.18.1
image
:
node:20.18.1
cache
:
key
:
files
:
-
pnpm-lock.yaml
paths
:
-
node_modules/
-
.pnpm-store/
stages
:
stages
:
-
lint
-
lint
-
build
-
build
...
@@ -8,11 +16,24 @@ stages:
...
@@ -8,11 +16,24 @@ stages:
services
:
services
:
-
docker:dind
-
docker:dind
alfa
:
prepare npm
:
stage
:
lint
stage
:
.pre
script
:
script
:
-
npm install -g pnpm@9.15.4
-
cd alfa-client
-
pnpm config set store-dir .pnpm-store
-
pnpm install --frozen-lockfile
-
pnpm install --frozen-lockfile
alfa lint
:
stage
:
lint
script
:
-
echo "done"
alfa build
:
stage
:
build
script
:
-
pnpm run ci-build
.admin
:
.admin
:
stage
:
lint
stage
:
lint
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment