Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 30, 2023
1 parent 91e7a4c commit de6ca19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ jobs:
continue-on-error: true
with:
name: previous-release
path: previous_release.txt

- name: Compare Releases
id: compare_releases
run: |
latest_release=$LATEST_RELEASE
if [ -f previous_release.txt ]; then
echo "file exists... $(cat previous_release.txt)"
previous_release=$(cat previous_release.txt)
else
previous_release=""
Expand All @@ -54,8 +56,6 @@ jobs:
echo "Releases are different. Continuing the pipeline."
else
echo "Releases are the same. Exiting with success."
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
exit 0
fi
Expand Down

0 comments on commit de6ca19

Please sign in to comment.