.gitlab-ci.yml 116 B

1234567
  1. war:
  2. script: ant -DJEELIB=$JEELIB
  3. artifacts:
  4. paths:
  5. - microfolielens.war
  6. tags:
  7. - ant