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