Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent ed4e504 commit 3d667d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ jobs:
- name: Run R CMD check
run: |
digest=$(ls /tmp/digests)
digest2=$(cat /tmp/digests/digests-amd64)
echo $digest
echo $digest2
docker run --rm -v $(pwd):/workspace -w /workspace ${{ env.DOCKER_IMAGE }}@sha256:$digest R CMD check .
merge:
Expand Down

0 comments on commit 3d667d2

Please sign in to comment.