Skip to content

Commit

Permalink
amosaa
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal committed Jan 24, 2025
1 parent d8dcc1c commit 158e045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vue/scripts/buildapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ generate_eperusteet() {

cd "$EPERUSTEET_SERVICE_DIR" \
&& mvn verify -Pspringdoc \
&& cd "${eperusteetgen}"
&& cd "${eperusteetgen}"
fi

EPERUSTEET_SPECFILE=${EPERUSTEET_SPECFILE:-"https://raw.githubusercontent.com/Opetushallitus/eperusteet/master/generated/eperusteet.spec.json"}
Expand All @@ -98,7 +98,7 @@ generate_ylops() {

cd "$YLOPS_SERVICE_DIR" \
&& mvn verify -Pspringdoc \
&& cd "${ylopsgen}"
&& cd "${ylopsgen}"
fi

EPERUSTEET_YLOPS_SPECFILE=${EPERUSTEET_YLOPS_SPECFILE:-"https://raw.githubusercontent.com/Opetushallitus/eperusteet-ylops/master/generated/ylops.spec.json"}
Expand All @@ -118,8 +118,8 @@ generate_amosaa() {
show_amosaa_missing_env_warn

cd "$AMOSAA_SERVICE_DIR" \
&& mvn clean compile --batch-mode -B -Pgenerate-openapi \
&& cd "${amosaagen}"
&& mvn verify -Pspringdoc \
&& cd "${amosaagen}"
fi

EPERUSTEET_AMOSAA_SPECFILE=${EPERUSTEET_AMOSAA_SPECFILE:-"https://raw.githubusercontent.com/Opetushallitus/eperusteet-amosaa/master/generated/amosaa.spec.json"}
Expand Down

0 comments on commit 158e045

Please sign in to comment.