Skip to content

Commit 78c3c97

Browse files
author
Akash Satheesan
committed
chore(ci): test full clone for build
1 parent 47f62ba commit 78c3c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- uses: actions/checkout@v2
62+
with:
63+
fetch-depth: 0
6264

6365
- name: Install node.js v12
6466
uses: actions/setup-node@v2
@@ -83,9 +85,7 @@ jobs:
8385
# use this to avoid rebuilding it if nothing changed
8486
- name: Get latest lib/vscode rev
8587
id: vscode-rev
86-
run: |
87-
./ci/steps/git-deepen.sh
88-
echo "::set-output name=rev::$(git log -1 --format='%H' ./lib/vscode)"
88+
run: echo "::set-output name=rev::$(git log -1 --format='%H' ./lib/vscode)"
8989

9090
- name: Attempt to fetch vscode build from cache
9191
id: cache-vscode

0 commit comments

Comments
 (0)