Skip to content

Commit 5aa88db

Browse files
onprem: 2.7.2
1 parent ef0eaae commit 5aa88db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codefresh/files/mongoSeedJobScript.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ mongosh ${MONGODB_ROOT_URI} --eval "db.getSiblingDB(\"codefresh\").grantRolesToU
100100
mongosh ${MONGODB_ROOT_URI} --eval "db.getSiblingDB(\"codefresh\").changeUserPassword(\"${MONGODB_USER}\",\"${MONGODB_PASSWORD}\")" 2>&1 || true
101101

102102
if [[ $DEVELOPMENT_CHART == "true" ]]; then
103-
mongoimport --uri ${MONGO_URI} --collection accounts --type json --legacy --file ${ASSETS_PATH}accounts-dev.json
104103
setSystemAdmin
105104
setPacks
106105
fi

0 commit comments

Comments
 (0)