File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 0.1.1
1+ 0.1.2
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.delphix</groupId >
77 <artifactId >yamlparser</artifactId >
8- <version >0.1.1 </version >
8+ <version >0.1.2 </version >
99
1010 <properties >
1111 <kotlin .version>1.2.50</kotlin .version>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DOCKERUSER=delphix
66IMAGE=automation-framework
77
88# ensure we're up to date
9- git pull
9+ git pull Github-Delphix master
1010
1111version=` cat VERSION`
1212
@@ -17,8 +17,8 @@ version=`cat VERSION`
1717git add -A
1818git commit -m " version $version "
1919git tag -a " $version " -m " version $version "
20- git push
21- git push --tags
20+ git push Github-Delphix master
21+ git push Github-Delphix master --tags
2222docker tag ${DOCKERUSER} /$IMAGE :latest ${DOCKERUSER} /$IMAGE :$version
2323
2424# push it
You can’t perform that action at this time.
0 commit comments