stage.yml 295 B

1234567891011121314151617
  1. ---
  2. platform: linux
  3. inputs:
  4. - name: git-repo
  5. outputs:
  6. - name: distribution-repository
  7. - name: stage-git-repo
  8. params:
  9. RELEASE_TYPE:
  10. CI: true
  11. GRADLE_ENTERPRISE_CACHE_USERNAME:
  12. GRADLE_ENTERPRISE_CACHE_PASSWORD:
  13. caches:
  14. - path: maven
  15. - path: gradle
  16. run:
  17. path: git-repo/ci/scripts/stage.sh