drop
This commit is contained in:
parent
f604c071b0
commit
b206008654
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue