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

Commit 17ed683

Browse files
committed
Cleanup
1 parent 5b7338e commit 17ed683

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build: ## Build docker image containing the required tools for the installation
99
@docker build --squash --quiet . -t ${IMG}
1010

1111
DOCKER_RUN_CMD = docker run -it \
12+
--pull always \
1213
--volume $$HOME/.config/gcloud:/root/.config/gcloud \
1314
--volume $$HOME/.kube/config:/root/.kube/config \
1415
--volume $$PWD:/gitpod \

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -eo pipefail
4-
set -x
4+
55
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)
66
if [ ! -f "${DIR}/.env" ]; then
77
echo "Missing ${DIR}/.env configuration file."

0 commit comments

Comments
 (0)