Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ stages: - build - deploy # Cache modules in between jobs cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ build: stage: build image: electronuserland/builder:wine Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ stages: - build - deploy # Cache modules in between jobs cache: key: ${CI_COMMIT_REF_SLUG} paths: - node_modules/ build: stage: build image: electronuserland/builder:wine Loading