Skip to content

Commit 378478c

Browse files
committed
Make docker build optional
Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
1 parent 2bd101e commit 378478c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ DOCKER_RUN_CMD = docker run -it \
1717
--volume ${HOME}/.aws:/root/.aws \
1818
${IMG} $(1)
1919

20-
install: build ## Install Gitpod
20+
install: ## Install Gitpod
2121
@echo "Starting install process..."
2222
@$(call DOCKER_RUN_CMD, --install)
2323

24-
uninstall: build ## Uninstall Gitpod
24+
uninstall: ## Uninstall Gitpod
2525
@echo "Starting uninstall process..."
2626
@$(call DOCKER_RUN_CMD, --uninstall)
2727

28-
auth: build ## Install OAuth providers
28+
auth: ## Install OAuth providers
2929
@echo "Installing auth providers..."
3030
@$(call DOCKER_RUN_CMD, --auth)
3131

0 commit comments

Comments
 (0)