Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
annulen committed Mar 9, 2020
1 parent 63ae837 commit e4a03a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_release_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
snapshot_sha1=$(cat SHA1)
git clone --depth 1 "$QTWEBKIT_SNAPSHOTS_REPO" qtwebkit-snapshots
cd qtwebkit-snapshots
ls -la
echo GIT_DIR=$GIT_DIR
git log -n1
git log -n1 $snapshot_sha1
git log -n1 $snapshot_sha1 | awk '/\s+Import QtWebKit commit [0-9a-f]+$/ {print $NF}'
original_sha1=$(git log -n1 $snapshot_sha1 | awk '/\s+Import QtWebKit commit [0-9a-f]+$/ {print $NF}')
Expand Down

0 comments on commit e4a03a0

Please sign in to comment.