From 67a0bbbdfe0790ecb4676f871a3b89c0db192e41 Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Thu, 25 Mar 2021 03:32:00 +0900 Subject: [PATCH] . --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b62a80a6..8a511df6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stages { stage('Setup') { steps { - sh 'cd ${AGBCC} && ./install.sh ${WORKSPACE} && cd ${WORKSPACE}' + sh 'cd ${env.AGBCC} && ./install.sh ${WORKSPACE} && cd ${WORKSPACE}' sh 'cp /usr/local/etc/roms/tmc.us.gba baserom.gba' sh 'make -j setup' }