Skip to content

Commit 7d6abb2

Browse files
authored
Merge pull request #1263 from puppetlabs/pdksync_pdksync-disableforge
pdksync - "MODULES-10236 disable deploy_to_forge for the module"
2 parents 9079d74 + 1654325 commit 7d6abb2

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.sync.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- rubocop-i18n
99
- rubocop-rspec
1010
".travis.yml":
11+
deploy_to_forge:
12+
enabled: false
1113
branches:
1214
- release
1315
includes:

.travis.yml

-6
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:
@@ -114,9 +111,6 @@ matrix:
114111
services: docker
115112
stage: acceptance
116113
sudo: required
117-
-
118-
env: DEPLOY_TO_FORGE=yes
119-
stage: deploy
120114
branches:
121115
only:
122116
- master

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
],
8585
"description": "MySQL module",
8686
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
87-
"template-ref": "heads/master-0-gfaf9e8b",
87+
"template-ref": "heads/master-0-g643529a",
8888
"pdk-version": "1.14.1"
8989
}

0 commit comments

Comments
 (0)