ci: 💚 docker info not needed for before_script

This commit is contained in:
ThatOneCalculator 2023-08-02 17:02:38 -07:00
parent 0888ec7266
commit c621ca6be3
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -54,7 +54,6 @@ dockerPush:
before_script:
- cp .config/ci.yml .config/default.yml
- cp .config/docker_ci.env .config/docker.env
- docker info
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"