fix: Run prebuild in script phase

This commit is contained in:
Robert Prehn 2021-06-10 14:26:56 -05:00
parent 3b016bb0ee
commit 191ff10664

View file

@ -35,9 +35,8 @@ build_image_for_commit:
- deps/
services:
- name: docker:20.10-dind
before_script:
- script/ci-docker-prebuild
script:
- script/ci-docker-prebuild
- script/ci-docker-build
# If tests pass, tag the commit and update package versions