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: ...@@ -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
......
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