An error occurred while loading the file. Please try again.
  • Kai-Holger Brassel's avatar
    Update documentation · 0fe05b5e
    Kai-Holger Brassel authored
    * replace Obeo Designer by Eclipse Modeling Tools
    * update to Java 17 and Eclipse 2021-12
    * move PDF from git to Kai's web page
    0fe05b5e
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 202 bytes
pages-devel:    
  stage: deploy
  script:
    - npm install
    - "pm2 delete --silent account || :"
    - pm2 start ./app.js --name=account
    - pm2 save
  tags: 
    - testing
  only: 
    - testing