Loading .gitlab-ci.yml 0 → 100644 +13 −0 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: node:latest pages: stage: publish dependencies: - Validate OpenAPIs script: - mkdir public - cp -r build/* public artifacts: paths: # The folder that contains the files to be exposed at the Page URL - public Loading
.gitlab-ci.yml 0 → 100644 +13 −0 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: node:latest pages: stage: publish dependencies: - Validate OpenAPIs script: - mkdir public - cp -r build/* public artifacts: paths: # The folder that contains the files to be exposed at the Page URL - public