Skip to content

Commit

Permalink
[installer] Add upgrade test werft flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma committed Jun 24, 2022
1 parent d74879b commit cfcb779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .werft/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ async function run(context: any) {

if (!config.withPreview || config.publishRelease) {
werft.phase("deploy", "not deploying");
console.log("running without preview environment or publish-release is set");
return
console.log("no-preview or publish-release is set");
return;
}

try {
Expand Down

0 comments on commit cfcb779

Please sign in to comment.