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

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Sep 7, 2021
1 parent 5b7338e commit 17ed683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build: ## Build docker image containing the required tools for the installation
@docker build --squash --quiet . -t ${IMG}

DOCKER_RUN_CMD = docker run -it \
--pull always \
--volume $$HOME/.config/gcloud:/root/.config/gcloud \
--volume $$HOME/.kube/config:/root/.kube/config \
--volume $$PWD:/gitpod \
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

set -eo pipefail
set -x

DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)
if [ ! -f "${DIR}/.env" ]; then
echo "Missing ${DIR}/.env configuration file."
Expand Down

0 comments on commit 17ed683

Please sign in to comment.