diff --git a/Jenkinsfile b/Jenkinsfile index 316f4c6..4881d03 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,14 +14,6 @@ pipeline { } } -# stage("Jekyll Build") { -# steps { -# script { -# sh 'JEKYLL_ENV=production bundle exec jekyll build' -# } -# } -# } - stage("Build Containers and push to registry") { steps { script {