Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d897f6..94c150f 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ build: docker/build
.PHONY: docker/build
docker/build:
- docker-compose build --pull
+ docker-compose build --progress plain --pull
.PHONY: docker/serve
docker/serve: build/docker