Commit 84a5b0de authored by barnettZQG's avatar barnettZQG
Browse files

[REV] change version

parent 145c2db5
Showing with 3 additions and 3 deletions
+3 -3
#!/bin/bash
VERSION=5.0
VERSION=master
docker run -it --rm -v `pwd`:/app -w=/app node:8 npm install && npm run build
\ No newline at end of file
{
"name": "rainbond-ui",
"version": "5.0.0",
"version": "5.1.0",
"description": "rainbond front-end project. ",
"private": true,
"scripts": {
......
#!/bin/bash
VERSION=5.0
VERSION=master
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
docker build -t rainbond/rainbond-ui:$VERSION .
docker push rainbond/rainbond-ui:$VERSION
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment