]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
MODULES-10236 disable deploy_to_forge for the module pdksync_pdksync-disableforge
authorsheena <sheena@puppet.com>
Fri, 6 Dec 2019 14:38:59 +0000 (14:38 +0000)
committersheena <sheena@puppet.com>
Fri, 6 Dec 2019 14:38:59 +0000 (14:38 +0000)
.sync.yml
.travis.yml
metadata.json

index 2bf4a39adb83e8f29fe7fad7451cdecdb3cbdb4c..88dbcc69acc080e2cd09aa16708655a92fe3b746 100644 (file)
--- a/.sync.yml
+++ b/.sync.yml
@@ -8,6 +8,8 @@
     - rubocop-i18n
     - rubocop-rspec
 ".travis.yml":
+  deploy_to_forge:
+    enabled: false
   branches:
   - release
   includes:
index 922d081117bec2b4527f0747405bb5d80b3f7696..1fc720dc5c261c52b0f20466550ed0c69486c6d3 100644 (file)
@@ -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
index bb1234950f7f29c72978071787cd9e1eefabcb93..7fc5cc9175341d2d90097d0d09e8bde948562278 100644 (file)
@@ -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"
 }