Browse Source

OS-8139 strap cache build not triggered due to incorrect variable name (#914)

Reviewed by: John Levon <john.levon@joyent.com>
Approved by: John Levon <john.levon@joyent.com>
pull/915/head^2
Tim Foster 4 years ago committed by GitHub
parent
commit
8d1387d20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -244,7 +244,7 @@ export PLATFORM_DEBUG_SUFFIX=-gcc4
// illumos-extra. See the Jenkinsfile in that repository
// which has a build(..) step for smartos-live that sets
// this environment value.
environment name: 'BUILD_STRAP', value: 'true'
environment name: 'BUILD_STRAP_CACHE', value: 'true'
}
steps {
sh('git clean -fdx')

Loading…
Cancel
Save