Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker export v1 problem #313

Merged
merged 7 commits into from
Sep 3, 2020
Merged

Fix docker export v1 problem #313

merged 7 commits into from
Sep 3, 2020

Conversation

medamineziraoui
Copy link
Contributor

@medamineziraoui medamineziraoui commented Sep 2, 2020

@medamineziraoui medamineziraoui changed the title Remove already exist in the targeted platform Fix docker export v1 problem Sep 3, 2020
Copy link
Contributor

@DecampsRenan DecampsRenan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update your code to use a tabulation of 4 spaces instead of 8 ?

@@ -1488,7 +1488,7 @@ class SaagieClient {
}
def listVariables = getListOfVariablesFromRequest(variablesListRequest)
if (listVariables.size().equals(0)) {
println "WARNING: No environment variable found on the targeted platform with scope ${configuration.env.scope}"
system.out.println "WARNING: No environment variable found on the targeted platform with scope ${configuration.env.scope}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use logger.warn or something like that instead of basic sop :)

@@ -1558,7 +1558,7 @@ class SaagieClient {

listVariables = getAllVariablesFromV1()
if (listVariables.size().equals(0)) {
println "WARNING: No environment variable found on the targeted platform with scope ${configuration.env.scope}"
system.out.println "WARNING: No environment variable found on the targeted platform with scope ${configuration.env.scope}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same remark as above

}
def numberVersionExtraTechnologyV2 = getUntilFind(extraTechnologyV2["versions"], null, extraVersionNumberV1)
if (!numberVersionExtraTechnologyV2) {
throwAndLogError("Couldn t get number version for extra technology")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
throwAndLogError("Couldn t get number version for extra technology")
throwAndLogError("Couldn't get number version for extra technology")

@medamineziraoui medamineziraoui merged commit cf1d9d1 into develop Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants