Deploy always for testing
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2023-06-15 22:29:26 -04:00
parent c2053216b8
commit 932ec0965f

2
Jenkinsfile vendored
View File

@@ -29,7 +29,7 @@ pipeline {
}
stage('deploy') {
when { branch 'master' }
/* when { branch 'master' } */
steps {
echo 'Deploying'