MODULES-10236 disable deploy_to_forge for the module pdksync_pdksync-disableforge
authorsheena <sheena@puppet.com>
Fri, 6 Dec 2019 14:39:10 +0000 (14:39 +0000)
committersheena <sheena@puppet.com>
Fri, 6 Dec 2019 14:39:10 +0000 (14:39 +0000)
.sync.yml
.travis.yml
metadata.json

index e91cc6d202ad9e4a093b2eba87fe46cacdff64e0..c04c238d715cd1f1888143dcc3ab88028c755f08 100644 (file)
--- 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:
index a79d1d2a953f350d775d885cb37411a7e79a87ca..083ca059094aa043f0e4e313d96985eeb8f421ba 100644 (file)
@@ -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
index 175387f294a0b4778e1a7a46b9ec748ef0820293..f54c7e9b827a6778c330d442e779ce9181f1090d 100644 (file)
@@ -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"
 }