Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
41d5da41
Verified
Commit
41d5da41
authored
Nov 02, 2020
by
hashworks
Browse files
Drop depth=1 to fix "shallow update not allowed"
parent
ac398b33
Pipeline
#2913
failed with stages
in 4 minutes and 58 seconds
Changes
1
Pipelines
25
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
41d5da41
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment