Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Webbinaro <ollitech@gmail.com>2020-09-04 19:30:24 +0300
committerGitHub <noreply@github.com>2020-09-04 19:30:24 +0300
commitf1ab4190a21f3af03e42d2086741d0ad8e7b90c0 (patch)
treed01b21b842b72cd2d44e84d52b493fa9a781e239
parent570300d727b9d67aecfd81855b22b6c0c1be803b (diff)
revert gated deployment
-rw-r--r--Jenkinsfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index ee6ff25..d0d149f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,6 +23,7 @@ pipeline {
}
}
}
+ /* waiting on plugin update
stage('Deploy - prod') {
steps {
echo 'Queueing...'
@@ -51,5 +52,6 @@ pipeline {
echo "Deploying!"
}
}
+ */
}
}