Skip to content

Commit 12c4c3f

Browse files
committed
Merge pull request alphagov#41 from alphagov/remove_platform1
Revert "Add environments for platform1"
2 parents 2fcb269 + ecddc9c commit 12c4c3f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

fabfile.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,21 +195,11 @@ def help(name):
195195

196196
puts(textwrap.dedent(task.__doc__).strip())
197197

198-
@task
199-
def p1production():
200-
"""Select platform1 production environment"""
201-
_set_gateway('p1production')
202-
203198
@task
204199
def production():
205200
"""Select production environment"""
206201
_set_gateway('production')
207202

208-
@task
209-
def p1staging():
210-
"""Select platform1 staging environment"""
211-
_set_gateway('p1staging')
212-
213203
@task
214204
def staging():
215205
"""Select staging environment"""

0 commit comments

Comments
 (0)