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
3f2721cb
Verified
Commit
3f2721cb
authored
Oct 19, 2020
by
Sven-Hendrik Haase
Browse files
Change ci-only Dockerfile location
parent
ecb01053
Pipeline
#2220
passed with stages
in 3 minutes and 38 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base-devel/Dockerfile
deleted
100644 → 0
View file @
ecb01053
base/Dockerfile
deleted
100644 → 0
View file @
ecb01053
ci/base-devel/Dockerfile
0 → 100644
View file @
3f2721cb
# Don't delete.
# This is a placeholder so that our `ci/release.py` will work properly.
ci/base/Dockerfile
0 → 100644
View file @
3f2721cb
# Don't delete.
# This is a placeholder so that our `ci/release.py` will work properly.
ci/release.py
View file @
3f2721cb
...
...
@@ -63,12 +63,12 @@ if __name__ == "__main__":
"actions"
:
[
{
"action"
:
"update"
,
"file_path"
:
"base/Dockerfile"
,
"file_path"
:
"
ci/
base/Dockerfile"
,
"content"
:
base_replaced
,
},
{
"action"
:
"update"
,
"file_path"
:
"base-devel/Dockerfile"
,
"file_path"
:
"
ci/
base-devel/Dockerfile"
,
"content"
:
base_devel_replaced
,
},
],
...
...
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