Skip to content

Commit

Permalink
remove docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kpenfound committed Aug 31, 2023
1 parent 590538e commit cfe0828
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ jobs:
steps:
- checkout
- setup_remote_docker
# docker_layer_caching: true
- run:
name: Install Dagger CLI
command: cd /usr/local && { curl -L https://dl.dagger.io/dagger/install.sh | sudo sh; cd -; }
- run:
name: Dagger Test Pipeline
command: dagger run --progress plain go run ./ci ci
- run:
command: sleep 2
- run:
command: docker logs dagger-engine
workflows:
test:
jobs:
Expand Down

0 comments on commit cfe0828

Please sign in to comment.