Skip to content

Commit ba66e35

Browse files
authored
Update config.yml
1 parent ffcad47 commit ba66e35

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.circleci/config.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@ jobs:
8080
at: ./workspace
8181
- run: ./deploy.sh DISCOURSE
8282
# Just tests commited code.
83-
devtesting:
84-
docker:
85-
- image: cibuilds/aws
86-
steps:
87-
- checkout
88-
- attach_workspace:
89-
at: ./workspace
90-
- run: echo "proceed deploy"
9183
# deploy to test02
9284

9385
workflows:
@@ -119,9 +111,3 @@ workflows:
119111
filters:
120112
branches:
121113
only: master-discourse-free
122-
- devtesting:
123-
requires:
124-
- test
125-
filters:
126-
branches:
127-
only: dev-testing

0 commit comments

Comments
 (0)