Skip to content

Commit 1b48056

Browse files
committed
CI: rebuild image after hishel 1.1.8
1 parent 3aaf9b7 commit 1b48056

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ image:build:
8282
needs: []
8383
tags:
8484
- container-registry-push
85-
rules:
86-
- if: '$CI_PIPELINE_SOURCE == "schedule"'
87-
- if: '$CI_BUILD_IMAGES == "1"'
85+
# rules:
86+
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
87+
# - if: '$CI_BUILD_IMAGES == "1"'
8888
image:
8989
name: gcr.io/kaniko-project/executor:debug
9090
entrypoint: [ "" ]
@@ -114,11 +114,6 @@ image:build:
114114
before_script:
115115
- nox --version
116116
- pdm --version
117-
# to ensure last hishel version (>=1.1.8)
118-
- uv tool uninstall pdm
119-
- uv tool install pdm
120-
- pdm --version
121-
- uv pip list -p $HOME/.local/share/uv/tools/pdm/bin/python
122117

123118

124119
validate_code:

0 commit comments

Comments
 (0)