File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changelog
66Next
77----
88
9+ 2019.03.22.1
10+ ------------
11+
9122019.03.22.0
1013------------
1114
Original file line number Diff line number Diff line change 11class Minidcos < Formula
22 include Language ::Python ::Virtualenv
33
4- url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.03.22.0 "
4+ url "https://codeload.github.com/dcos/dcos-e2e/legacy.tar.gz/2019.03.22.1 "
55 head "https://github.com/dcos/dcos-e2e.git"
66 homepage "http://minidcos.readthedocs.io/en/latest/"
77 depends_on "python3"
Original file line number Diff line number Diff line change 22# vi: set ft=ruby :
33
44# The next line is managed by `admin/release.py` - check there before modifying
5- DEFAULT_DCOS_E2E_REF = '2019.03.22.0 '
5+ DEFAULT_DCOS_E2E_REF = '2019.03.22.1 '
66
77dcos_e2e_git_ref = ENV . fetch ( 'DCOS_E2E_REF' , DEFAULT_DCOS_E2E_REF )
88
You can’t perform that action at this time.
0 commit comments