diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-10-21 14:55:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-10-21 14:55:34 -0700 |
commit | a1e3c5a00f151e7d60450d59fea03d4dc3f24267 (patch) | |
tree | 2c2bb20b96ac8c1bc5479584ea7a206ccebffdbc | |
parent | ce4dec0369611b5a10b32986a54136a0444cddcc (diff) | |
download | fatcat-scholar-bnewbold-jammy.tar.gz fatcat-scholar-bnewbold-jammy.zip |
CI: switch to ubuntu jammy imagebnewbold-jammy
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8abbb7..da39466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ # This image comes with: -# - ubuntu:focal (what IA infrastructure runs circa 2021) +# - ubuntu:jammy # - python3 dev setup # - pipenv -image: "bnewbold/fatcat-test-base:focal" +image: "bnewbold/fatcat-test-base:jammy" before_script: - pipenv --version |