Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
premchavhan99 authored Mar 3, 2023
1 parent 56eaf1a commit 1bdbd19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
name: "Say hello"
command: |
git config --list
echo "test2" >> README.md
git add .
git commit -m "updated Readme.md"
git push origin circleci-project-setup
#echo "test2" >> README.md
#git add .
#git commit -m "updated Readme.md"
#git push origin circleci-project-setup
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
Expand Down

0 comments on commit 1bdbd19

Please sign in to comment.