Unnecessary sudo
All checks were successful
gitea/real_analysis/pipeline/head This commit looks good

This commit is contained in:
2024-05-05 00:12:09 +02:00
parent 549af36a07
commit deaaaa276b

2
Jenkinsfile vendored
View File

@@ -13,7 +13,7 @@ pipeline {
stage('Deploy') {
steps{
echo 'Starting deploy step...'
sh 'sudo cp assignments/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf'
sh 'cp assignments/main_text.pdf /var/www/zwietering.eu/pdfs/real_analysis.pdf'
}
}
}