We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aaf9b7 commit 1b48056Copy full SHA for 1b48056
.gitlab-ci.yml
@@ -82,9 +82,9 @@ image:build:
82
needs: []
83
tags:
84
- container-registry-push
85
- rules:
86
- - if: '$CI_PIPELINE_SOURCE == "schedule"'
87
- - if: '$CI_BUILD_IMAGES == "1"'
+ # rules:
+ # - if: '$CI_PIPELINE_SOURCE == "schedule"'
+ # - if: '$CI_BUILD_IMAGES == "1"'
88
image:
89
name: gcr.io/kaniko-project/executor:debug
90
entrypoint: [ "" ]
@@ -114,11 +114,6 @@ image:build:
114
before_script:
115
- nox --version
116
- 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
122
123
124
validate_code:
0 commit comments