File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 cargo_fetch :
44 docker :
5- - image : broooooklyn/ rust-python :latest
5+ - image : rust:latest
66 working_directory : /mnt/crate
77 steps :
88 - checkout
@@ -111,7 +111,7 @@ jobs:
111111
112112 deploy35 :
113113 docker :
114- - image : broooooklyn/rust-python:3.5
114+ - image : tsub/ghr:latest
115115 working_directory : /mnt/crate
116116 steps :
117117 - attach_workspace :
@@ -124,7 +124,7 @@ jobs:
124124
125125 deploy36 :
126126 docker :
127- - image : broooooklyn/rust-python:3.6
127+ - image : tsub/ghr:latest
128128 working_directory : /mnt/crate
129129 steps :
130130 - attach_workspace :
@@ -137,7 +137,7 @@ jobs:
137137
138138 deploy37 :
139139 docker :
140- - image : broooooklyn/rust-python:3.7
140+ - image : tsub/ghr:latest
141141 working_directory : /mnt/crate
142142 steps :
143143 - attach_workspace :
You can’t perform that action at this time.
0 commit comments