Skip to content

Commit

Permalink
Add print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 authored Jun 25, 2024
1 parent 9b32d23 commit 4a2dcbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
sparse-checkout: Dockerfile
sparse-checkout-cone-mode: false
- name: Deactivate flags
run: sed -i "s/\(EFFICIENCY\|PRECISION\|TESTS\|EXAMPLES\)=1/\\1=0\" Dockerfile && cat Dockerfile | head -70
run: |
ls -l
sed -i "s/\(EFFICIENCY\|PRECISION\|TESTS\|EXAMPLES\)=1/\\1=0\" Dockerfile
cat Dockerfile
- name: Build image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 4a2dcbd

Please sign in to comment.