Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 632bdd9

Browse files
committed
Silent install
1 parent 17ed683 commit 632bdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DOCKER_RUN_CMD = docker run -it \
1818
install: ## Install Gitpod
1919
@echo "Starting install process..."
2020
@test $(shell gcloud info --format="value(config.account)") || { echo "GCP dredentials do not exist. Run [gcloud auth login] to configure them"; exit 1; }
21-
$(call DOCKER_RUN_CMD, --install)
21+
@$(call DOCKER_RUN_CMD, --install)
2222

2323
uninstall: ## Uninstall Gitpod
2424
@echo "Starting uninstall process..."

0 commit comments

Comments
 (0)