From b55ea963299412a764414958735872c6f5ebd987 Mon Sep 17 00:00:00 2001 From: August Kilponen Date: Thu, 31 Oct 2024 13:36:18 +0200 Subject: [PATCH] =?UTF-8?q?CI=20Tools=20k=C3=A4ytt=C3=B6=C3=B6n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ea15db..88a6abc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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