Commit 0533458c authored by Benavides Ontiveros's avatar Benavides Ontiveros
Browse files

rename config file

parent 375bd73a
Pipeline #12197 failed with stages
in 40 seconds
...@@ -149,7 +149,7 @@ ingest: ...@@ -149,7 +149,7 @@ ingest:
- 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/bigdata-config-template.json > bigdata-config.json - envsubst < tools/user-config.json > user-config.json
# Show config (without password) # Show config (without password)
- cat user-config.json | sed 's/"password":".*"/"password":"****"/' - cat user-config.json | sed 's/"password":".*"/"password":"****"/'
......
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