ci: pull tags while cloning
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
D. Moonfire 2023-07-23 13:29:24 -05:00
parent b4f35f9bd9
commit 62bab4a6f8

View file

@ -7,6 +7,7 @@ pipeline:
- git clone https://dmoonfire:$GITEA_TOKEN@src.mfgames.com/$DRONE_REPO.git .
- git checkout $DRONE_BRANCH
- git reset --hard $DRONE_COMMIT
- git pull --tags
secrets:
- gitea_token
when: