Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/1.7.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pushnitsa committed Jan 21, 2021
2 parents dec7789 + fa22ff4 commit 806f8e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:
appDescriptionRepo:
description: 'ArgoCd repository'
required: true
default: 'VirtoCommerce/vc-deploy-apps'
default: 'VirtoCommerce/vc-webstore-deploy'
appDescriptionBranch:
description: 'ArgoCd branch'
required: true
default: 'master'
default: 'develop'


jobs:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
$REPOSITORY = "docker.pkg.github.com/$('${{ github.repository }}'.ToLower())"
cd ${{ github.workspace }}
cd ./webstore-app/overlays/dev
cd ./webstore-app/resources
kustomize edit set image ${{ github.event.inputs.baseImageName }}=$REPOSITORY/${{ github.event.inputs.imageName }}:${{ github.event.inputs.artifactVersion }}
- name: Commit kustomize change
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
do {
Start-Sleep -s 15
$statusBage = (Invoke-WebRequest -Uri "https://cd.govirto.com/api/badge?name=webstore-app-dev").Content
$statusBage = (Invoke-WebRequest -Uri "https://argo.govirto.com/api/badge?name=webstore-develop").Content
$syncedAndHealthy = $statusBage.Contains('>Healthy<') -and $statusBage.Contains('>Synced<')
if (-not $syncedAndHealthy) {
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>VirtoCommerce</Authors>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.6.0</VersionPrefix>
<VersionPrefix>1.7.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down

0 comments on commit 806f8e4

Please sign in to comment.