File tree Expand file tree Collapse file tree 3 files changed +11
-18
lines changed Expand file tree Collapse file tree 3 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ jobs:
105
105
startsWith(github.ref, 'refs/tags')
106
106
needs : test
107
107
runs-on : ubuntu-latest
108
- # strategy:
109
- # matrix:
110
- # include:
111
- # - py_ver: 3.8
112
- # distro: alpine
113
- # image: djbase
108
+ strategy :
109
+ matrix :
110
+ include :
111
+ - py_ver : 3.8
112
+ distro : alpine
113
+ image : djbase
114
114
env :
115
- # PY_VER: ${{matrix.py_ver}}
116
- # DISTRO: ${{matrix.distro}}
117
- # IMAGE: ${{matrix.image}}
115
+ PY_VER : ${{matrix.py_ver}}
116
+ DISTRO : ${{matrix.distro}}
117
+ IMAGE : ${{matrix.image}}
118
118
TWINE_USERNAME : ${{secrets.twine_username}}
119
119
TWINE_PASSWORD : ${{secrets.twine_password}}
120
120
DOCKER_CLIENT_TIMEOUT : " 120"
@@ -168,13 +168,6 @@ jobs:
168
168
- name : Publish pip release
169
169
run : |
170
170
export HOST_UID=$(id -u)
171
- # echo one
172
- # docker-compose -f docker-compose-build.yaml up --exit-code-from app --build
173
- # echo one_point_five
174
- # docker images
175
- # docker-compose -f docker-compose-build.yaml build
176
- # echo two
177
- # docker images
178
171
docker-compose -f docker-compose-build.yaml run \
179
172
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
180
173
sh -lc "pip install twine && python -m twine upload dist/*"
Original file line number Diff line number Diff line change 1
- # docker- compose -f LNX-docker-compose.yml --env-file LNX.env up --exit-code-from app --build
1
+ # docker compose -f LNX-docker-compose.yml --env-file LNX.env up --exit-code-from app --build
2
2
version : ' 2.2'
3
3
x-net : &net
4
4
networks :
Original file line number Diff line number Diff line change 1
- # docker- compose -f local-docker-compose.yml --env-file LNX.env up --build
1
+ # docker compose -f local-docker-compose.yml --env-file LNX.env up --build
2
2
version : ' 2.2'
3
3
x-net : &net
4
4
networks :
You can’t perform that action at this time.
0 commit comments