1
0
This commit is contained in:
Alexander Harkness
2021-11-22 21:54:58 +00:00
committed by GitHub
parent 1f9de1de9e
commit f9fc73f6cf

2
Jenkinsfile vendored
View File

@@ -57,7 +57,7 @@ pipeline {
branch 'master'
}
steps {
archiveArtifacts artifacts: 'Server/.luacheckrc'
archiveArtifacts artifacts: 'gcc_Release/Server/.luacheckrc'
}
}
}