mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge branch 'dca' of github.com:xataxxx/freqtrade into dca
This commit is contained in:
commit
766c69734d
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- stable
|
- stable
|
||||||
- develop
|
- develop
|
||||||
|
- ci/*
|
||||||
tags:
|
tags:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.10.0-slim-bullseye as base
|
FROM python:3.9.9-slim-bullseye as base
|
||||||
|
|
||||||
# Setup env
|
# Setup env
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user