[nostalgia] Remove environment variables from Jenkinsfiles

This commit is contained in:
Gary Talent 2021-03-11 21:24:50 -06:00
parent 75a2b8f489
commit 5774bcfdcf
2 changed files with 0 additions and 8 deletions

View File

@ -2,11 +2,6 @@ pipeline {
agent { agent {
label 'gba' label 'gba'
} }
environment {
DEVKITPRO = '/opt/devkitpro'
DEVKITARM = '/opt/devkitpro/devkitARM'
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
}
stages { stages {
stage('Environment') { stage('Environment') {
steps { steps {

View File

@ -2,9 +2,6 @@ pipeline {
agent { agent {
label 'linux-x86_64' label 'linux-x86_64'
} }
environment {
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
}
stages { stages {
stage('Environment') { stage('Environment') {
steps { steps {