diff options
| author | Anthon van der Neut <anthon@mnt.org> | 2019-08-15 13:14:08 +0200 |
|---|---|---|
| committer | Anthon van der Neut <anthon@mnt.org> | 2019-08-15 13:14:08 +0200 |
| commit | c3ac95be03b0166b5910675f1d07c4d00db9dff8 (patch) | |
| tree | 4f176d05d3ae63b68a50b7bbcf027d4fb2088de3 /docker-compose.yaml | |
| parent | ff8e03fe5542a9d7930a5720450c59bb9e9eaaf3 (diff) | |
| download | ruamel.yaml-0.16.2.tar.gz | |
allow # in 1.2 URI's0.16.2
fixes issue #305
*When this change indeed resolves your problem, please **Close** this issue*.
*(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml deleted file mode 100644 index 1b1e6c4..0000000 --- a/docker-compose.yaml +++ /dev/null @@ -1,13 +0,0 @@ -version: '2' -user-data: - author: Anthon van der Neut <a.van.der.neut@ruamel.eu> - description: manylinux wheel build container for ruamel.yaml - env-defaults: - PYDISTBASE: /tmp # for building, normally set by `dv --distbase` -services: - ruamel_yaml_manylinux1: - container_name: ruamel_yaml - build: . - volumes: - - ${PYDISTBASE}/ruamel.yaml:/src/dist - - .:/src |
