mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Change ci-only Dockerfile location
This commit is contained in:
parent
ecb01053cc
commit
3f2721cb6b
2
ci/base-devel/Dockerfile
Normal file
2
ci/base-devel/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Don't delete.
|
||||||
|
# This is a placeholder so that our `ci/release.py` will work properly.
|
2
ci/base/Dockerfile
Normal file
2
ci/base/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Don't delete.
|
||||||
|
# This is a placeholder so that our `ci/release.py` will work properly.
|
@ -63,12 +63,12 @@ if __name__ == "__main__":
|
|||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"action": "update",
|
"action": "update",
|
||||||
"file_path": "base/Dockerfile",
|
"file_path": "ci/base/Dockerfile",
|
||||||
"content": base_replaced,
|
"content": base_replaced,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "update",
|
"action": "update",
|
||||||
"file_path": "base-devel/Dockerfile",
|
"file_path": "ci/base-devel/Dockerfile",
|
||||||
"content": base_devel_replaced,
|
"content": base_devel_replaced,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user