From 0bd2c6ca445f35d603d20030717117f0126439ca Mon Sep 17 00:00:00 2001 From: sheena Date: Fri, 6 Dec 2019 14:38:59 +0000 Subject: [PATCH] MODULES-10236 disable deploy_to_forge for the module --- .sync.yml | 2 ++ .travis.yml | 6 ------ metadata.json | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.sync.yml b/.sync.yml index 2bf4a39..88dbcc6 100644 --- a/.sync.yml +++ b/.sync.yml @@ -8,6 +8,8 @@ - rubocop-i18n - rubocop-rspec ".travis.yml": + deploy_to_forge: + enabled: false branches: - release includes: diff --git a/.travis.yml b/.travis.yml index 922d081..1fc720d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,6 @@ stages: - static - spec - acceptance - - - if: tag =~ ^v\d - name: deploy matrix: fast_finish: true include: @@ -54,9 +51,6 @@ matrix: services: docker stage: acceptance sudo: required - - - env: DEPLOY_TO_FORGE=yes - stage: deploy branches: only: - master diff --git a/metadata.json b/metadata.json index bb12349..7fc5cc9 100644 --- a/metadata.json +++ b/metadata.json @@ -41,6 +41,6 @@ } ], "template-url": "https://github.com/puppetlabs/pdk-templates#master", - "template-ref": "heads/master-0-gfaf9e8b", + "template-ref": "heads/master-0-g643529a", "pdk-version": "1.14.1" } -- 2.45.2