Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush authored Oct 25, 2023
1 parent 23accdb commit d0a1d82
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/base:stable
steps:
- checkout

- run:
name: Create hello.txt
command: echo "Hello, World!" > hello.txt

- run:
name: Commit changes
command: |
git add hello.txt
git commit -m "Add 'hello.txt' with 'Hello, World!'"
git push
workflows:
example:
jobs:
- build:

0 comments on commit d0a1d82

Please sign in to comment.