We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130e7e9 commit 757a9ceCopy full SHA for 757a9ce
replaceVar.sh
@@ -1,3 +1,8 @@
1
#!/bin/bash
2
3
-sed -i "" -e "s|%MONGO_PWD%|MONGO_PWD|g" src/main/resources/application.properties
+echo "replacing secrets from travis secure variables"
4
+sed -i "" -e "s|%MONGO_PWD%|MONGO_PWD|g" src/main/resources/application.properties
5
+
6
+actual_value=MONGO_PWD
7
8
+echo $actual_value
0 commit comments