From f6beb3cc140cdf41d49743c5a5e6961293f8d7e8 Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Tue, 7 Jul 2020 20:27:09 -0600 Subject: [PATCH] Only build image on master --- .gitlab-ci.yml | 2 ++ .vscode/launch.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d00c36..bce5c00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ build: stage: build + only: + - master image: name: gcr.io/kaniko-project/executor:debug entrypoint: [""] diff --git a/.vscode/launch.json b/.vscode/launch.json index ecf2e1e..7ea8a3e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "skipFiles": [ "/**" ], - "runtimeVersion": "12.16.3", + "runtimeVersion": "13.14.0", "program": "${workspaceFolder}/index.js" } ]