Skip to content

Commit

Permalink
recreate prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
dtuchs committed Sep 28, 2023
1 parent 3d7f992 commit c531d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/niffler-auth-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
echo "### niffler-userdata version will be used: ${{ env.USERDATA_VER }}"
echo "### niffler-front version will be used: ${{ env.PREFIX }}/${{ env.FRONT_IMAGE }}-${{ env.PROFILE }}:${{ env.FRONT_VER}}"
bash ./gradlew :niffler-auth:jib -Pskipjaxb -x :niffler-e-2-e-tests:test
docker-compose -f docker-compose.ci.yml down
docker-compose -f docker-compose.ci.yml pull
docker-compose -f docker-compose.ci.yml up -d
docker system prune -a -f
echo "Done re-create ENV!"
echo "Done!"
2 changes: 1 addition & 1 deletion niffler-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ tasks.register('printVersion') {

tasks.named('test') {
useJUnitPlatform()
}
}

0 comments on commit c531d84

Please sign in to comment.