File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
2
2
jobs :
3
3
cargo_fetch :
4
4
docker :
5
- - image : broooooklyn/ rust-python :latest
5
+ - image : rust:latest
6
6
working_directory : /mnt/crate
7
7
steps :
8
8
- checkout
@@ -111,7 +111,7 @@ jobs:
111
111
112
112
deploy35 :
113
113
docker :
114
- - image : broooooklyn/rust-python:3.5
114
+ - image : tsub/ghr:latest
115
115
working_directory : /mnt/crate
116
116
steps :
117
117
- attach_workspace :
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
deploy36 :
126
126
docker :
127
- - image : broooooklyn/rust-python:3.6
127
+ - image : tsub/ghr:latest
128
128
working_directory : /mnt/crate
129
129
steps :
130
130
- attach_workspace :
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
deploy37 :
139
139
docker :
140
- - image : broooooklyn/rust-python:3.7
140
+ - image : tsub/ghr:latest
141
141
working_directory : /mnt/crate
142
142
steps :
143
143
- attach_workspace :
You can’t perform that action at this time.
0 commit comments