We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0eaae commit 5aa88dbCopy full SHA for 5aa88db
codefresh/files/mongoSeedJobScript.sh
@@ -100,7 +100,6 @@ mongosh ${MONGODB_ROOT_URI} --eval "db.getSiblingDB(\"codefresh\").grantRolesToU
100
mongosh ${MONGODB_ROOT_URI} --eval "db.getSiblingDB(\"codefresh\").changeUserPassword(\"${MONGODB_USER}\",\"${MONGODB_PASSWORD}\")" 2>&1 || true
101
102
if [[ $DEVELOPMENT_CHART == "true" ]]; then
103
- mongoimport --uri ${MONGO_URI} --collection accounts --type json --legacy --file ${ASSETS_PATH}accounts-dev.json
104
setSystemAdmin
105
setPacks
106
fi
0 commit comments