Skip to content

Commit

Permalink
add temp debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
zainasir committed Jan 6, 2025
1 parent 13b856a commit 5975f64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ jobs:
command: |
export DOCKER_TAG=$CIRCLE_SHA1
docker save -o $DOCKER_TAG-web-shenandoah.tar $DOCKER_REPO:$DOCKER_TAG-web-shenandoah
- run:
name: Debug step
command: |
ls
- persist_to_workspace:
root: /tmp/repos
paths:
Expand Down

0 comments on commit 5975f64

Please sign in to comment.