summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authornotyourav <65437533+notyourav@users.noreply.github.com>2021-03-15 02:34:54 -0700
committerGitHub <noreply@github.com>2021-03-15 02:34:54 -0700
commit8d0610f44942aca7dd70a333ff6357be6a65a0c8 (patch)
tree690d7eb64e58b50741fae1d42e54bcfd57e59d73 /Jenkinsfile
parent1b6a427e1a036771d73e43f6bdbcf7c06a2b406b (diff)
Update Jenkinsfile
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 123cd358..c7a3e502 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
echo 'Setting up...'
git clone https://github.com/zeldaret/tmc
cd ./tmc
- sh /var/www/jenkins/agbcc/install.sh .
+ sh ${env.AGBCC}/install.sh .
sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba'
sh 'make -j setup'
}