diff options
| author | Ted Gould <ted@gould.cx> | 2017-06-15 03:58:32 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2017-06-15 03:58:32 +0000 |
| commit | 55bce6f96f7dca27f8e30b5baddc4593d6585010 (patch) | |
| tree | 87dee8d89972bf5f37298ca0567faa6a136386c5 | |
| parent | Switching to the Gitlab registry (diff) | |
| download | inkscape-55bce6f96f7dca27f8e30b5baddc4593d6585010.tar.gz inkscape-55bce6f96f7dca27f8e30b5baddc4593d6585010.zip | |
Switching to the official Inkscape repo
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 942d1ecd9..2d36019e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,7 @@ -image: registry.gitlab.com/ted.gould/inkscape-ci-docker/master +# Dependencies are managed in the Dockerfile in the inkscape-ci-docker +# Git repository. Change them there, wait a bit, and then we'll use +# the new ones here in these builds. +image: registry.gitlab.com/inkscape/inkscape-ci-docker/master before_script: # CCache Config |
