Only build image on master

main
Ashelyn Dawn 4 years ago
parent 5788d8d4ef
commit f6beb3cc14

@ -1,5 +1,7 @@
build: build:
stage: build stage: build
only:
- master
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]

@ -11,7 +11,7 @@
"skipFiles": [ "skipFiles": [
"<node_internals>/**" "<node_internals>/**"
], ],
"runtimeVersion": "12.16.3", "runtimeVersion": "13.14.0",
"program": "${workspaceFolder}/index.js" "program": "${workspaceFolder}/index.js"
} }
] ]

Loading…
Cancel
Save