8000 Pull all of git · kevincon/circuitpython@179b5cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 179b5cb

Browse files
committed
Pull all of git
1 parent 2f15d9f commit 179b5cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ jobs:
1919

2020
steps:
2121
- checkout: self
22-
fetchDepth: 6
2322
submodules: recursive
24-
- bash: |
25-
LAST_TAG=`git ls-remote --quiet --tags --sort=version:refname | egrep -o "refs/tags/[0-9]+.*\$" | tail -n 1`
26-
git fetch --depth 1 origin $LAST_TAG:$LAST_TAG
27-
git describe --dirty --always --tags
28-
displayName: 'Expand git history'
2923
- bash: |
3024
wget https://s3.amazonaws.com/adafruit-circuit-python/gcc-arm-embedded_7-2018q2-1~xenial1_amd64.deb
3125
sudo dpkg -i gcc-arm-embedded*_amd64.deb

0 commit comments

Comments
 (0)
0