Commit d7da7527 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml file

parent 4ba998d2
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
stages:          # List of stages for jobs, and their order of execution
  - build
 
build-job:       # This job runs in the build stage, which runs first.
  stage: build
  script:
    - echo "This should build the code ... when it is ready ..."
    - echo "Compile complete."
 No newline at end of file