Commit ab48f69f authored by Joel Collins's avatar Joel Collins
Browse files

Add SHA256 of server tarball

parent dfb80f9b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ build:
    # Build distribution archive
    - mkdir -p dist
    - tar -c --exclude-vcs --exclude-from .tarignore -vzf dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz .
    - sha256sum dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz > dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz.sha256

  artifacts:
    name: "dist"