Skip to content

Commit 1654325

Browse files
committed
MODULES-10236 disable deploy_to_forge for the module
1 parent bb283ba commit 1654325

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:
@@ -94,9 +91,6 @@ matrix:
9491
services: docker
9592
stage: acceptance
9693
sudo: required
97-
-
98-
env: DEPLOY_TO_FORGE=yes
99-
stage: deploy
10094
branches:
10195
only:
10296
- 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)