Skip to content

Commit 641a59f

Browse files
authored
Merge pull request #557 from puppetlabs/pdksync_pdksync-disableforge
pdksync - "MODULES-10236 disable deploy_to_forge for the module"
2 parents 6852dcd + 6dc9580 commit 641a59f

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
@@ -7,6 +7,8 @@
77
require:
88
- rubocop-rspec
99
".travis.yml":
10+
deploy_to_forge:
11+
enabled: false
1012
docker_sets:
1113
- set: docker/debian-8
1214
- set: docker/ubuntu-14.04

.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:
@@ -52,9 +49,6 @@ matrix:
5249
env: PUPPET_GEM_VERSION="~> 6.0" CHECK=parallel_spec
5350
rvm: 2.5.3
5451
stage: spec
55-
-
56-
env: DEPLOY_TO_FORGE=yes
57-
stage: deploy
5852
branches:
5953
only:
6054
- master

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
],
7575
"pdk-version": "1.14.1",
7676
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
77-
"template-ref": "heads/master-0-gfaf9e8b"
77+
"template-ref": "heads/master-0-g643529a"
7878
}

0 commit comments

Comments
 (0)