Skip to content

Commit 286e079

Browse files
committed
cleanup
1 parent bdf65ef commit 286e079

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/search/03-search-query-usage/code_snippets/03_0420_import_movies_mflix_database.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Restore sample_mflix database. Provide any TLS parameters directly within MDB_CONNECTION_STRING.
22
kubectl exec -n "${MDB_NS}" --context "${K8S_CTX}" \
33
mongodb-tools-pod -- env MDB_CONNECTION_STRING="${MDB_CONNECTION_STRING}" /bin/bash -eu -c "$(cat <<'EOF'
4-
set -o pipefail
54
echo "Downloading sample database archive..."
65
curl -fSL https://atlas-education.s3.amazonaws.com/sample_mflix.archive -o /tmp/sample_mflix.archive
76

0 commit comments

Comments
 (0)