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 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.delphix</groupId >
7
7
<artifactId >yamlparser</artifactId >
8
- <version >0.1.1 </version >
8
+ <version >0.1.2 </version >
9
9
10
10
<properties >
11
11
<kotlin .version>1.2.50</kotlin .version>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ DOCKERUSER=delphix
6
6
IMAGE=automation-framework
7
7
8
8
# ensure we're up to date
9
- git pull
9
+ git pull Github-Delphix master
10
10
11
11
version=` cat VERSION`
12
12
@@ -17,8 +17,8 @@ version=`cat VERSION`
17
17
git add -A
18
18
git commit -m " version $version "
19
19
git 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
22
22
docker tag ${DOCKERUSER} /$IMAGE :latest ${DOCKERUSER} /$IMAGE :$version
23
23
24
24
# push it
You can’t perform that action at this time.
0 commit comments