Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/318642

Change subject: Fix puppet-doc base dir for operations-puppet
......................................................................

Fix puppet-doc base dir for operations-puppet

Change-Id: Ic3edee68d37a55cb866a25d4a1f4b5273fba24e8
---
M jjb/macro.yaml
M jjb/operations-puppet.yaml
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/42/318642/1

diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index 05c89e5..ef3eaf4 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -554,7 +554,7 @@
         # Destination dir must not exist or 'puppet doc' complains
         rm -fR "$WORKSPACE/doc"
 
-        cd "$WORKSPACE/src"
+        cd "{puppet}"
 
         # Delete unwanted bin dir
         # https://tickets.puppetlabs.com/browse/PUP-3261
diff --git a/jjb/operations-puppet.yaml b/jjb/operations-puppet.yaml
index 8684e69..cb2da82 100644
--- a/jjb/operations-puppet.yaml
+++ b/jjb/operations-puppet.yaml
@@ -22,7 +22,7 @@
              recursive: true
     builders:
      - puppet-doc:
-        puppet: "$WORKSPACE"
+        puppet: "$WORKSPACE/src"
      - doc-publish:
         docsrc: 'doc'
         docdest: 'puppet'

-- 
To view, visit https://gerrit.wikimedia.org/r/318642
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3edee68d37a55cb866a25d4a1f4b5273fba24e8
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to