Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Rainbond Ui
Commits
84a5b0de
Commit
84a5b0de
authored
6 years ago
by
barnettZQG
Browse files
Options
Download
Email Patches
Plain Diff
[REV] change version
parent
145c2db5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.sh
+1
-1
build.sh
package.json
+1
-1
package.json
release.sh
+1
-1
release.sh
with
3 additions
and
3 deletions
+3
-3
build.sh
+
1
-
1
View file @
84a5b0de
#!/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
This diff is collapsed.
Click to expand it.
package.json
+
1
-
1
View file @
84a5b0de
{
"name"
:
"rainbond-ui"
,
"version"
:
"5.
0
.0"
,
"version"
:
"5.
1
.0"
,
"description"
:
"rainbond front-end project. "
,
"private"
:
true
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
release.sh
+
1
-
1
View file @
84a5b0de
#!/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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help