Skip to content

Commit

Permalink
CI Tools käyttöön
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Oct 31, 2024
1 parent 81d39df commit b55ea96
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
distribution: 'corretto'
cache: 'maven'

- name: Setup CI Tools
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
set -euo pipefail
git clone https://github.com/Opetushallitus/ci-tools.git
source ci-tools/common/setup-tools.sh
- name: Build
run: mvn clean package -B

Expand Down

0 comments on commit b55ea96

Please sign in to comment.