Skip to content

Commit

Permalink
test release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed May 31, 2024
1 parent 154162c commit 671f646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cp veneer/everest-operator.yaml veneer/everest-operator-original.yaml
echo "---- 0"
echo cat veneer/everest-operator-original.yaml
cat veneer/everest-operator-original.yaml
if [[ $env.IS_RC ]]; then
go run ./tools/ \
Expand All @@ -125,7 +125,7 @@ jobs:
>| veneer/everest-operator.yaml
echo "---- 1"
echo cat veneer/everest-operator.yaml
cat veneer/everest-operator.yaml
go run ./tools/ \
--veneer-file veneer/everest-operator-original.yaml \
Expand All @@ -136,7 +136,7 @@ jobs:
\
>| veneer/everest-operator.yaml
echo "---- 2"
echo cat veneer/everest-operator.yaml
cat veneer/everest-operator.yaml
fi
rm -f veneer/everest-operator-original.yaml
Expand Down

0 comments on commit 671f646

Please sign in to comment.