File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -175,9 +175,7 @@ steps:
175
175
depends_on: ~
176
176
commands:
177
177
#- "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 ."
181
179
- "docker push {{ docker_image_amd }}"
182
180
plugins:
183
181
- docker-login#v3.0.0:
You can’t perform that action at this time.
0 commit comments