fix paths

This commit is contained in:
ILoveYaToo 2020-04-13 00:55:33 -04:00
parent 44e4081b8c
commit d826179ef8

View File

@ -15,7 +15,7 @@ build-docker-alpine:
- docker save -o postal-alpine-container.tar catdeployed/postal:alpine - docker save -o postal-alpine-container.tar catdeployed/postal:alpine
artifacts: artifacts:
paths: paths:
- postal-alpine-container.tar - alpine/postal-alpine-container.tar
build-docker-ubuntu: build-docker-ubuntu:
stage: docker-build stage: docker-build