-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3afd494
commit 9fb0c8e
Showing
36 changed files
with
371 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rsync --exclude=".git" --exclude="*.jar" --exclude="*.tpi" --exclude="*.tar.gz" --exclude="*.class" -vr ../plugins [email protected]:/opt/data/tiscode/tis-plugin | ||
rsync --exclude=".git" --exclude="*.jar" --exclude="*.tpi" --exclude="*.tar.gz" --exclude="*.class" --delete -vr ../plugins/* [email protected]:/opt/data/tiscode/tis-plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
tis_version="4.0.0" | ||
docker rmi registry.cn-hangzhou.aliyuncs.com/tis/powerjob-worker:$tis_version | ||
docker rmi tis/powerjob-worker:$tis_version | ||
docker build . -t tis/powerjob-worker:$tis_version | ||
docker tag tis/powerjob-worker:$tis_version registry.cn-hangzhou.aliyuncs.com/tis/powerjob-worker:$tis_version | ||
docker push registry.cn-hangzhou.aliyuncs.com/tis/powerjob-worker:$tis_version | ||
docker rmi registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor:$tis_version | ||
docker rmi tis/tis-datax-executor:$tis_version | ||
docker build . -t tis/tis-datax-executor:$tis_version | ||
docker tag tis/tis-datax-executor:$tis_version registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor:$tis_version | ||
docker push registry.cn-hangzhou.aliyuncs.com/tis/tis-datax-executor:$tis_version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.