mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 21:36:18 +02:00
Drop depth=1 to fix "shallow update not allowed"
This commit is contained in:
parent
ac398b334a
commit
41d5da410a
@ -264,7 +264,7 @@ publish:
|
||||
- cd official-images
|
||||
- git init
|
||||
- 'git remote add origin "https://x-access-token:${GITHUB_TOKEN}@github.com/archlinux/official-images.git"'
|
||||
- git fetch --depth=1 https://github.com/docker-library/official-images.git
|
||||
- git fetch https://github.com/docker-library/official-images.git
|
||||
- git reset --hard FETCH_HEAD
|
||||
- head="release/${BUILD_VERSION}"
|
||||
- git checkout -b "$head"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user