Skip to content

Commit 2b41739

Browse files
committed
Updates to make LocationTech CircleCI work.
1 parent 58b5e78 commit 2b41739

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

.circleci/config.yml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ orbs:
66
executors:
77
default:
88
docker:
9-
- image: docker.pkg.github.com/locationtech/rasterframes/miniconda-gdal:latest
10-
auth:
11-
username: $GITHUB_USERNAME
12-
password: $GITHUB_PASSWORD
13-
resource_class: medium
9+
- image: s22s/miniconda-gdal:latest
1410
working_directory: ~/repo
1511
environment:
1612
SBT_VERSION: 1.3.8
@@ -152,7 +148,6 @@ jobs:
152148

153149
docs:
154150
executor: sbt/default
155-
resource_class: large
156151
steps:
157152
- checkout
158153
- sbt/setup
@@ -172,7 +167,6 @@ jobs:
172167

173168
it:
174169
executor: sbt/default
175-
resource_class: large
176170
steps:
177171
- checkout
178172
- sbt/setup
@@ -190,7 +184,6 @@ jobs:
190184

191185
it-no-gdal:
192186
executor: sbt/default
193-
resource_class: large
194187
steps:
195188
- checkout
196189
- sbt/setup
@@ -215,11 +208,9 @@ workflows:
215208
version: 2
216209
all:
217210
jobs:
218-
- test:
219-
context: rasterframes
211+
- test
220212

221213
- it:
222-
context: rasterframes
223214
requires:
224215
- test
225216
filters:
@@ -229,7 +220,6 @@ workflows:
229220
- /it\/.*/
230221

231222
- it-no-gdal:
232-
context: rasterframes
233223
requires:
234224
- test
235225
filters:
@@ -239,7 +229,6 @@ workflows:
239229
- /it\/.*/
240230

241231
- docs:
242-
context: rasterframes
243232
filters:
244233
branches:
245234
only:
@@ -256,11 +245,7 @@ workflows:
256245
only:
257246
- develop
258247
jobs:
259-
- test:
260-
context: rasterframes
261-
- it:
262-
context: rasterframes
263-
- it-no-gdal:
264-
context: rasterframes
265-
- docs:
266-
context: rasterframes
248+
- test
249+
- it
250+
- it-no-gdal
251+
- docs

0 commit comments

Comments
 (0)