refactor(docker_cache): cleanup commands and place items in alphanumerical order

!184
This commit is contained in:
2024-01-15 00:36:49 +09:30
parent 9730657d1e
commit 0ae0fadfd2
2 changed files with 67 additions and 51 deletions

View File

@ -50,7 +50,8 @@ Build/Cache Python Packages:
--platform=$DOCKER_IMAGE_BUILD_TARGET_PLATFORMS . \
--build-arg CI_JOB_TOKEN=$CI_JOB_TOKEN \
--build-arg CI_API_V4_URL=$CI_API_V4_URL \
--build-arg CI_PROJECT_ID=$CI_PROJECT_ID
--build-arg CI_PROJECT_ID=$CI_PROJECT_ID \
--progress plain
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never