Skip to content

Commit

Permalink
INFRA-466: Create env file when only artifacts change and fetch priva…
Browse files Browse the repository at this point in the history
…te artfacts for dockerComposeFromArtifact project type
  • Loading branch information
enyachoke committed Jun 17, 2024
1 parent 0d7f989 commit 7362116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-scripts/src/pipeline3/impl/dockerComposeFromArtifact.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
mavenProject,
"maven",
dockerDirPath,
null
instanceDef.deployment.value.mavenUrl
);
}
return script;
Expand Down Expand Up @@ -220,7 +220,7 @@ module.exports = {
return script;
},
getArtifactsScript: function(instanceDef) {
return "";
return this.getDeploymentScript(instanceDef);
}
},
startInstance: {
Expand Down

0 comments on commit 7362116

Please sign in to comment.