Skip to content
Snippets Groups Projects
Commit 554cfab8 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Skip gpu build

parent 3976f150
No related branches found
No related tags found
No related merge requests found
...@@ -183,6 +183,9 @@ build_gpu_image: ...@@ -183,6 +183,9 @@ build_gpu_image:
if [ "$FAILED" = true ]; then if [ "$FAILED" = true ]; then
exit 1 exit 1
fi fi
rules:
- if: $SKIP_GPU_BUILD == "true"
when: never
build_ood_image: build_ood_image:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment