Skip to content

Commit

Permalink
Quiets the docker build to reduce log noise
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Jul 1, 2024
1 parent 4ab0d9c commit 36b798b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
script: make -o docs/lint lint
- stage: test
name: Run Makefile unit tests
install: docker build --build-arg GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN -t "$IMAGE_NAME" -f Dockerfile .
install: docker build --quiet --build-arg GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN -t "$IMAGE_NAME" -f Dockerfile .
script: docker run "$IMAGE_NAME" bats/test
- stage: deploy
name: Deploy to GitHub Releases
Expand Down

0 comments on commit 36b798b

Please sign in to comment.