Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaGer Keymanager
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer Keymanager
Commits
b55b5a07
Commit
b55b5a07
authored
1 year ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
added job to sync lang files before build
parent
964676ff
No related branches found
No related tags found
No related merge requests found
Pipeline
#7344
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
with
16 additions
and
0 deletions
.gitlab-ci.yml
+
16
−
0
View file @
b55b5a07
variables
:
NODE_IMAGE
:
node:19-bullseye
ACCENT_IMAGE
:
mirego/accent:v1.14.2
DOCKER_HOST
:
"
tcp://docker-dind.gitlab-suma:2375"
DOCKER_BUILD_IMAGE
:
docker:20.10.15
DOCKER_IMAGE_NAME
:
keymanager
...
...
@@ -32,12 +33,27 @@ npm_deps:
only
:
-
main
lang_files
:
stage
:
build
image
:
${ACCENT_IMAGE}
artifacts
:
public
:
false
paths
:
-
pass/lang
script
:
-
cd pass
-
accent sync
only
:
-
main
build
:
stage
:
build
image
:
${DOCKER_BUILD_IMAGE}
needs
:
-
job
:
npm_deps
artifacts
:
true
-
job
:
lang_files
artifacts
:
true
before_script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
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