mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Clone proper sigil tag for packaging
[ci skip]
This commit is contained in:
2
deb.mk
2
deb.mk
@@ -163,7 +163,7 @@ deb-sigil: deb-setup golang
|
||||
mkdir -p /tmp/tmp /tmp/build /tmp/build/usr/local/bin
|
||||
|
||||
@echo "-> Cloning repository"
|
||||
git clone -q "https://github.com/$(SIGIL_REPO_NAME).git" /tmp/tmp/sigil > /dev/null
|
||||
git clone -q -b v$(SIGIL_VERSION) "https://github.com/$(SIGIL_REPO_NAME).git" /tmp/tmp/sigil > /dev/null
|
||||
rm -rf /tmp/tmp/sigil/.git /tmp/tmp/sigil/.gitignore
|
||||
|
||||
@echo "-> Copying files into place"
|
||||
|
||||
Reference in New Issue
Block a user