Skip to content

Commit 1bcc691

Browse files
committed
wip
1 parent de9dd05 commit 1bcc691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/code_snippets/sample_commit_output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "${CODE_SNIPPETS_COMMIT_OUTPUT:-"false"}" == "true" ]]; then
1313
git add scripts/code_snippets/tests/outputs/test_*
1414
git commit -m "Update code snippets outputs"
1515
git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/mongodb/mongodb-kubernetes.git"
16-
#git push origin "${branch}"
16+
git push origin "${branch}"
1717
else
1818
echo "Not pushing output files"
1919
fi

0 commit comments

Comments
 (0)