Skip to content

Commit

Permalink
Fetch whole depth and tags, fixes E2E GH actions (GIT_REF failure) (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo authored May 8, 2020
1 parent 98f69a1 commit 0d4a6d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
lighthouse: ['', 'lighthouse']
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- run: git fetch origin +refs/tags/*:refs/tags/*

- name: Reclaim free space!
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/subctl_bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@master
with:
fetch-depth: 0
- run: git fetch origin +refs/tags/*:refs/tags/*
- name: Generate the artifacts
run: make build-cross
- name: Upload the artifacts
Expand Down

0 comments on commit 0d4a6d9

Please sign in to comment.