Change ci-only Dockerfile location

This commit is contained in:
Sven-Hendrik Haase 2020-10-19 02:33:44 +02:00
parent ecb01053cc
commit 3f2721cb6b
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
5 changed files with 6 additions and 2 deletions

View File

View File

2
ci/base-devel/Dockerfile Normal file
View 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
View File

@ -0,0 +1,2 @@
# Don't delete.
# This is a placeholder so that our `ci/release.py` will work properly.

View File

@ -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,
},
],