We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fc40e commit 98858f9Copy full SHA for 98858f9
Dockerfile
@@ -0,0 +1,2 @@
1
+FROM node:10.16.0-alpine
2
+RUN apk update && apk upgrade && apk add --no-cache git openssh
codefresh.yml
@@ -21,9 +21,14 @@ steps:
21
image: node:10.16.0-alpine
22
commands:
23
- yarn validate
24
+ releaser:
25
+ stage: release
26
+ type: build
27
+ image_name: releaser
28
+ dockerfile: Dockerfile
29
release:
30
stage: release
- image: node:10.16.0-alpine
31
+ image: ${{releaser}}
32
33
- yarn build
34
- node src travis-after-success
0 commit comments