Commit 47ea746b authored by Benavides Ontiveros's avatar Benavides Ontiveros
Browse files

add dependency

parent 0533458c
Pipeline #12198 canceled with stages
in 4 minutes and 48 seconds
......@@ -145,15 +145,14 @@ ingest:
artifacts: true
before_script:
# Install envsubst (gettext) and any other necessary tools
- apt-get update && apt-get install -y gettext jq
# Copy plugin JAR from repo
- cp tools/filesystem-plugin-2.1.0.jar plugin.jar
# Build final config file by replacing environment variables
- envsubst < tools/user-config.json > user-config.json
# Show config (without password)
# Show config (mask password)
- cat user-config.json | sed 's/"password":".*"/"password":"****"/'
# Show generated files
- echo "Generated files:"
- ls -R generated/
......@@ -174,7 +173,7 @@ ingest:
when: always
paths:
- logs/
- generated/
# =====================================================================
# DEPLOY
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment