зеркало из https://github.com/mozilla/treeherder.git
Bug 1198452 - Stop creating treeherder.*.org/media/revision
Now that the IRC pushbot configs/What's Deployed links have been updated to use the new revision.txt file location, we can stop creating the file in the old location.
This commit is contained in:
Родитель
737aa8fffb
Коммит
abbaa1918d
|
@ -38,8 +38,6 @@ def pre_update(ctx, ref=settings.UPDATE_REF):
|
|||
ctx.local('find . -type f -name "*.pyc" -delete')
|
||||
ctx.local('git status -s')
|
||||
ctx.local('git rev-parse HEAD > dist/revision.txt')
|
||||
# Remove me once IRC pushbot configs and What's Deployed link updated.
|
||||
ctx.local('git rev-parse HEAD > treeherder/webapp/media/revision')
|
||||
|
||||
|
||||
@task
|
||||
|
|
Загрузка…
Ссылка в новой задаче