Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Reddit Team
Commits
47ea746b
Commit
47ea746b
authored
Nov 28, 2025
by
Benavides Ontiveros
Browse files
add dependency
parent
0533458c
Pipeline
#12198
canceled with stages
in 4 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
47ea746b
...
@@ -145,15 +145,14 @@ ingest:
...
@@ -145,15 +145,14 @@ ingest:
artifacts
:
true
artifacts
:
true
before_script
:
before_script
:
# Install envsubst (gettext) and any other necessary tools
-
apt-get update && apt-get install -y gettext jq
# Copy plugin JAR from repo
# Copy plugin JAR from repo
-
cp tools/filesystem-plugin-2.1.0.jar plugin.jar
-
cp tools/filesystem-plugin-2.1.0.jar plugin.jar
# Build final config file by replacing environment variables
# Build final config file by replacing environment variables
-
envsubst < tools/user-config.json > user-config.json
-
envsubst < tools/user-config.json > user-config.json
# Show config (mask password)
# Show config (without password)
-
cat user-config.json | sed 's/"password":".*"/"password":"****"/'
-
cat user-config.json | sed 's/"password":".*"/"password":"****"/'
# Show generated files
# Show generated files
-
echo "Generated files:"
-
echo "Generated files:"
-
ls -R generated/
-
ls -R generated/
...
@@ -174,7 +173,7 @@ ingest:
...
@@ -174,7 +173,7 @@ ingest:
when
:
always
when
:
always
paths
:
paths
:
-
logs/
-
logs/
-
generated/
# =====================================================================
# =====================================================================
# DEPLOY
# DEPLOY
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment