CI: Fixed formatting

This commit is contained in:
Igor Scheller 2022-04-01 10:55:34 +02:00
parent 928452e4e6
commit 151019a3e9
1 changed files with 3 additions and 1 deletions

View File

@ -219,7 +219,9 @@ release-image-nginx:
- build-image-nginx
dependencies: [ ]
script:
- echo -e "FROM ${TEST_IMAGE_NGINX}" | /kaniko/executor --force --dockerfile /dev/stdin --destination "${RELEASE_IMAGE_NGINX}"
- >-
echo -e "FROM ${TEST_IMAGE_NGINX}" |
/kaniko/executor --force --dockerfile /dev/stdin --destination "${RELEASE_IMAGE_NGINX}"
only:
- main