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" } ]