Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
Last commit crashed deployment to akdb. reverting.
  • Loading branch information
lucky-lusa authored Jul 12, 2021
1 parent 58f9d01 commit 114bb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: >
mvn -B spring-boot:build-image -am -pl iris-location-service
-Dspring-boot.build-image.publish=true
-Dversion.tag="develop"
-Dversion.tag="${{ github.sha }}"
env:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_PW: ${{ secrets.DOCKER_HUB_PW }}
Expand All @@ -55,7 +55,7 @@ jobs:
helm upgrade --install
--namespace iris-gateway
--set environment=test
--set locations.tag="develop"
--set locations.tag="${{ github.sha }}"
--wait
--timeout 3m
--debug
Expand Down

0 comments on commit 114bb49

Please sign in to comment.