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 de9dd05 commit 1bcc691Copy full SHA for 1bcc691
scripts/code_snippets/sample_commit_output.sh
@@ -13,7 +13,7 @@ if [[ "${CODE_SNIPPETS_COMMIT_OUTPUT:-"false"}" == "true" ]]; then
13
git add scripts/code_snippets/tests/outputs/test_*
14
git commit -m "Update code snippets outputs"
15
git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/mongodb/mongodb-kubernetes.git"
16
- #git push origin "${branch}"
+ git push origin "${branch}"
17
else
18
echo "Not pushing output files"
19
fi
0 commit comments