You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2021/04/28 00:22:16 UTC

[aries-antora] branch master updated: try without docker

This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-antora.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f69270  try without docker
9f69270 is described below

commit 9f692701412606ddec2e9562b3c706346c996d35
Author: David Jencks <dj...@apache.org>
AuthorDate: Tue Apr 27 17:04:51 2021 -0700

    try without docker
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e18545e..fecdc3b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,9 +1,9 @@
 pipeline {
     agent {
-        docker {
-	    image 'node:14-alpine'
+//        docker {
+//	    image 'node:14-alpine'
             label 'git-websites'
-        }
+//        }
     }
 
     stages {