We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd101e commit 378478cCopy full SHA for 378478c
Makefile
@@ -17,15 +17,15 @@ DOCKER_RUN_CMD = docker run -it \
17
--volume ${HOME}/.aws:/root/.aws \
18
${IMG} $(1)
19
20
-install: build ## Install Gitpod
+install: ## Install Gitpod
21
@echo "Starting install process..."
22
@$(call DOCKER_RUN_CMD, --install)
23
24
-uninstall: build ## Uninstall Gitpod
+uninstall: ## Uninstall Gitpod
25
@echo "Starting uninstall process..."
26
@$(call DOCKER_RUN_CMD, --uninstall)
27
28
-auth: build ## Install OAuth providers
+auth: ## Install OAuth providers
29
@echo "Installing auth providers..."
30
@$(call DOCKER_RUN_CMD, --auth)
31
0 commit comments