Update v1.1.0-beta.1 4
This commit is contained in:
@@ -10,7 +10,8 @@ steps:
|
|||||||
from_secret: git_password
|
from_secret: git_password
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- echo -e "$(node -e "console.log(require('./package.json').version)")\nlatest" >> .tags
|
- node -e "console.log(require('./package.json').version)" >> .tags
|
||||||
|
- echo "latest" >> .tags
|
||||||
|
|
||||||
- name: build-docker-image
|
- name: build-docker-image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user