From: sheena Date: Fri, 6 Dec 2019 14:38:59 +0000 (+0000) Subject: MODULES-10236 disable deploy_to_forge for the module X-Git-Tag: v7.3.0~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0bd2c6ca445f35d603d20030717117f0126439ca;p=puppet-modules%2Fpuppetlabs-apt.git MODULES-10236 disable deploy_to_forge for the module --- 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" }