Skip to content

Commit b3ed4f2

Browse files
Making it a single line.
Signed-off-by: Alexei V. Ivanov <[email protected]>
1 parent 33e158a commit b3ed4f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/test-template-aws.j2

+1-3
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ steps:
175175
depends_on: ~
176176
commands:
177177
#- "docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --progress plain ."
178-
- "grep -i 'from base as test' Dockerfile.rocm \
179-
&& docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --target test --progress plain . \
180-
|| docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --progress plain ."
178+
- "grep -i 'from base as test' Dockerfile.rocm && docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --target test --progress plain . || docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --progress plain ."
181179
- "docker push {{ docker_image_amd }}"
182180
plugins:
183181
- docker-login#v3.0.0:

0 commit comments

Comments
 (0)