Skip to content

Commit

Permalink
REVERT AGAIN: force release dry run on verification jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Jan 10, 2025
1 parent c68260a commit 4cd7558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pipeline {
// installers. It can sometimes be necessary to run these steps, e.g.
// when troubleshooting. Set the variable below to 'true' to do so.
// We will still stop short of publishing anything.
THEIA_IDE_JENKINS_RELEASE_DRYRUN = 'false'
// THEIA_IDE_JENKINS_RELEASE_DRYRUN = 'true'
// THEIA_IDE_JENKINS_RELEASE_DRYRUN = 'false'
THEIA_IDE_JENKINS_RELEASE_DRYRUN = 'true'
msvs_version = '2019'
GYP_MSVS_VERSION = '2019'

Expand Down

0 comments on commit 4cd7558

Please sign in to comment.