Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aldefouw committed Oct 23, 2024
1 parent 1fe9956 commit e351ff1
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ jobs:
command: |
mv /home/circleci/project/redcap_cypress/step-coverage /home/circleci/project/rctf/docs
mv /home/circleci/project/redcap_cypress/.nyc_output/out.json /home/circleci/project/rctf/docs/out.json
# cd /home/circleci/project/rctf/
# git checkout -b test-coverage
# git add .
# git commit -m "Add latest Code Coverage report for RCTF [skip ci]"
# git push origin test-coverage
- persist_to_workspace:
root: .
paths:
Expand All @@ -93,8 +89,7 @@ jobs:
name: Push to Repository
command: |
mv /home/circleci/project/rctf/docs /home/circleci/project/docs
# git checkout -b test-coverage
# git add .
# git commit -m "Add latest Code Coverage report for RCTF [skip ci]"
# git push origin test-coverage -
git checkout -b test-coverage
git add .
git commit -m "Add latest Code Coverage report for RCTF [skip ci]"
git push origin test-coverage - f

0 comments on commit e351ff1

Please sign in to comment.