Skip to content

Commit

Permalink
Fix typo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellp committed Jul 23, 2021
1 parent 6c7dcb6 commit 3d3aabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
| yq w -d1 - spec.values.image.repository "$DEPLOYMENT_NAME" \
| yq w -d1 - spec.values.image.tag "$IMAGE_TAG" \
| yq w -d1 - spec.values.serviceAccount.iamRole "arn:aws:iam::${{ steps.setup-aws.outputs.aws-account-id }}:role/ui-role-$KUBERNETES_ENV" \
> $DEPLOYMENT_NAME.yaml
> $DEPLOYMENT_NAME-without-host.yaml
if [ "${{ matrix.environment }}" = "production" ]
then
Expand Down

0 comments on commit 3d3aabf

Please sign in to comment.