Commit 4e721540 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update .gitlab-ci.yml file

parents
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+8 −0
Original line number Diff line number Diff line
stages:
  - build

build-job:
  stage: build
  script:
    - echo "This is where code compilation would go ..."
 No newline at end of file