Skip to content

Commit 81984e0

Browse files
authored
Merge pull request puppetlabs#1122 from puppetlabs/pdksync_pdksync-disableforge
pdksync - "MODULES-10236 disable deploy_to_forge for the module"
2 parents a56d1a2 + 3526115 commit 81984e0

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
delete: true
44
".travis.yml":
55
dist: trusty
6+
deploy_to_forge:
7+
enabled: false
68
user: puppet
79
secure: ''
810
branches:

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ stages:
1717
- static
1818
- spec
1919
- acceptance
20-
-
21-
if: tag =~ ^v\d
22-
name: deploy
2320
matrix:
2421
fast_finish: true
2522
include:
@@ -134,9 +131,6 @@ matrix:
134131
services: docker
135132
stage: acceptance
136133
sudo: required
137-
-
138-
env: DEPLOY_TO_FORGE=yes
139-
stage: deploy
140134
branches:
141135
only:
142136
- master

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@
8888
],
8989
"pdk-version": "1.14.1",
9090
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
91-
"template-ref": "heads/master-0-gfaf9e8b"
91+
"template-ref": "heads/master-0-g643529a"
9292
}

0 commit comments

Comments
 (0)