File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ apply plugin: 'maven'
2121apply plugin : ' jacoco'
2222
2323group = ' com.iexec.worker'
24- version = ' 0.0.1-SNAPSHOT'
2524sourceCompatibility = 1.8
2625
2726def UNIQUE_ID = ' hostname -f' . execute(). text. trim()
@@ -149,4 +148,4 @@ task pushImage(type: Exec) {
149148}
150149
151150pushImage. dependsOn buildImage
152- pushImage. enabled = isMasterBranch && project. hasProperty(" dockerHubUser" ) && project. hasProperty(" dockerHubPassword" )
151+ pushImage. enabled = isMasterBranch && project. hasProperty(" dockerHubUser" ) && project. hasProperty(" dockerHubPassword" )
Original file line number Diff line number Diff line change 1- iexecCommonVersion =0.0.1-SNAPSHOT
2- packageCloudPassword =fake
1+ iexecCommonVersion =3.0.0-alpha1
2+ packageCloudPassword =fake
3+ version =3.0.0-alpha1
You can’t perform that action at this time.
0 commit comments