Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
flink-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵建伟
flink-monitor
Commits
ee69a6df
Commit
ee69a6df
authored
Mar 18, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update shells
parent
780dab06
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
4 deletions
+19
-4
build.sh
sbin/build.sh
+0
-3
pul_master.sh
sbin/pul_master.sh
+8
-0
pul_zjw.sh
sbin/pul_zjw.sh
+8
-0
replace_jar.sh
sbin/replace_jar.sh
+3
-1
No files found.
sbin/build.sh
View file @
ee69a6df
...
@@ -6,6 +6,4 @@ set -x
...
@@ -6,6 +6,4 @@ set -x
export
MAVEN_HOME
=
/opt/apache-maven-3.6.3
export
MAVEN_HOME
=
/opt/apache-maven-3.6.3
export
PATH
=
$PATH
:
$MAVEN_HOME
/bin
export
PATH
=
$PATH
:
$MAVEN_HOME
/bin
cd
/srv/apps/flink-monitor
git pull origin master
mvn clean package
-DskipTests
mvn clean package
-DskipTests
\ No newline at end of file
sbin/pul_master.sh
0 → 100755
View file @
ee69a6df
#!/bin/bash
set
-e
set
-x
cd
/srv/apps/flink-monitor
git pull origin master
\ No newline at end of file
sbin/pul_zjw.sh
0 → 100755
View file @
ee69a6df
#!/bin/bash
set
-e
set
-x
cd
/srv/apps/flink-monitor
git pull origin zhaojianwei
\ No newline at end of file
sbin/replace_jar.sh
View file @
ee69a6df
...
@@ -5,5 +5,6 @@ set -x
...
@@ -5,5 +5,6 @@ set -x
date_str
=
`
date
+
"%Y%m%d%H%M%S"
`
date_str
=
`
date
+
"%Y%m%d%H%M%S"
`
mv
../libs/flink-monitor-1.0-SNAPSHOT.jar ../libs/flink-monitor-1.0-SNAPSHOT.jar.
$date_str
cp
../libs/flink-monitor-1.0-SNAPSHOT.jar ../libs/flink-monitor-1.0-SNAPSHOT.jar.
$date_str
rm
-rf
../libs/flink-monitor-1.0-SNAPSHOT.jar
cp
../target/flink-monitor-1.0-SNAPSHOT.jar ../libs/
cp
../target/flink-monitor-1.0-SNAPSHOT.jar ../libs/
\ No newline at end of file
Write
Preview
Markdown
is supported
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