Only build image on master

main
Ashelyn Dawn 4 years ago
parent 5788d8d4ef
commit f6beb3cc14

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

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

Loading…
Cancel
Save