Skip to content

Commit

Permalink
fix: added unidiff, using python:3.12 as base image for gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Syakyr committed Oct 1, 2024
1 parent 8da8b01 commit 1ef11ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
name: python:3.10
name: python:3.12

stages:
- docs
Expand Down Expand Up @@ -27,7 +27,7 @@ update:onprem-runai:
# REPO_USERNAME_ONPREM_RUNAI: username-in-settings
# REPO_PASSWORD_ONPREM_RUNAI: password-in-settings
before_script:
- pip install cookiecutter
- pip install cookiecutter unidiff
- mkdir -p /tmp/kapitan-hull && cd $_
- git config --global user.name "Kapitan Hull Bot"
- git config --global user.email "[email protected]"
Expand Down

0 comments on commit 1ef11ef

Please sign in to comment.