Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by Tor ( 6 years ago )
backend:
  only:
    changes:
      - backend/**/*
      - "*.*"
  trigger:
    include: backend/.gitlab-ci.yml
    strategy: depend
    
frontend:
  only:
    changes:
      - frontend/**/*
      - "*.*"
  trigger:
    include: frontend/.gitlab-ci.yml
    strategy: depend

 

Revise this Paste

Your Name: Code Language: