Skip to content

Commit

Permalink
ci: switch to official dart docker image
Browse files Browse the repository at this point in the history
Previously, we used the google/dart image,
which is now deprecated, so we switch to the
new one without the google namespace.
  • Loading branch information
falko17 committed Dec 7, 2021
1 parent 90fb6a5 commit b26729c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ doc/api/
*.ipr
*.iws
.idea/

# Generated coverage
coverage/
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/r/google/dart
image: google/dart:latest
# https://hub.docker.com/_/dart
image: dart:latest

variables:
PUB_VARS: "--platform vm --timeout 30s --concurrency=6 --test-randomize-ordering-seed=random --reporter=json"
Expand Down

0 comments on commit b26729c

Please sign in to comment.