diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 0793802..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2.1 -jobs: - build: - docker: - - image: circleci/base:current - - steps: - - checkout - - - run: - name: Create hello.txt - command: echo "Hello, World!" > hello.txt - command: ls - - #- run: - # name: Commit changes - # command: | - # git config --global user.email "your.email@example.com" - # git config --global user.name "Your Name" - # git add hello.txt - # git commit -m "Add 'hello.txt' with 'Hello, World!'" - # git push diff --git a/README.md b/README.txt similarity index 100% rename from README.md rename to README.txt