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
master
V5.1
V5.2
V5.3
dependabot/npm_and_yarn/axios-0.21.1
feature-helmapp
futureData
revert-299-Publishingmarket
revert-302-Publishingmarket
thirdLoading
upgrade
v5.3.2-release
v5.3.1-release
v5.3.0-release
v5.2.2-release
v5.2.1-release
v5.2.0-release
v5.2.0-beta2
v5.2.0-beta1
v5.1.11-release
v5.1.10-release
v5.1.9-release
v5.1.8-release
v5.1.6-release
v5.1.5-release
v5.1.4-release
v5.1.3-release
v5.1.2-release
v5.1.1-release
v5.1.0-release
No related merge requests found
Changes
3
Show 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