Skip to content

Commit

Permalink
SCALRCORE-24729: Add --scalr-server-image-tag param for TEv2 containe…
Browse files Browse the repository at this point in the history
…r request
  • Loading branch information
vyahello committed Dec 26, 2022
1 parent 5a7eb65 commit d25ed40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
else
SCALR_BRANCH="--scalr-branch ${{ env.DB_BRANCH }}"
fi
if [ ${{ env.API_BRANCH }} = "staging" ]; then
if [ "${{ env.API_BRANCH }}" = "staging" ]; then
IMAGE="--scalr-server-image-tag staging"
else
IMAGE=""
Expand Down

0 comments on commit d25ed40

Please sign in to comment.