Commit 3e77c797 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Initial CI/CD pattern

parent ba8570a3
Loading
Loading
Loading
Loading
Loading

.gitlab-ci.yml

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

build-job:
  stage: build
  script:
    - echo "This is where code compilation would go ..."