This commit is contained in:
Kameron Kenny - pi501 2024-05-17 14:06:46 -04:00
parent f604c071b0
commit b206008654
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -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 {