Loading .gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,12 @@ format-check: echo "Please run ./build-aux/format-and-check locally and fix issues. Thanks." exit 1 fi package: stage: package script: - make artifacts: paths: - *.zip expire_in: 1 week Loading
.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,12 @@ format-check: echo "Please run ./build-aux/format-and-check locally and fix issues. Thanks." exit 1 fi package: stage: package script: - make artifacts: paths: - *.zip expire_in: 1 week