From 7a91de37a75376f858b110045c645d0fc2c39ebd Mon Sep 17 00:00:00 2001 From: sheena Date: Fri, 6 Dec 2019 14:39:10 +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 e91cc6d..c04c238 100644 --- a/.sync.yml +++ b/.sync.yml @@ -2,6 +2,8 @@ ".gitlab-ci.yml": delete: true ".travis.yml": + deploy_to_forge: + enabled: false branches: - release includes: diff --git a/.travis.yml b/.travis.yml index a79d1d2..083ca05 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: @@ -64,9 +61,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 175387f..f54c7e9 100644 --- a/metadata.json +++ b/metadata.json @@ -78,6 +78,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