Skip to content

Commit

Permalink
circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyber committed Jan 8, 2024
1 parent f005700 commit 0f6e3a7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/base:current
resource_class: theqrl/qrysm-builder
steps:
- run: echo "Hi I'm on a Container Runner!"
workflows:
build-workflow:
jobs:
- build

0 comments on commit 0f6e3a7

Please sign in to comment.