Commit 76f7f822 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Remove local gitlab-ci

parent 4b50c121
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

deleted100644 → 0
+0 −13
Original line number Original line 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