2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-19 17:32:05 +03:00

testrail fix

This commit is contained in:
STAM 2020-09-04 17:30:13 +03:00
parent 881cd813fb
commit f8b19fc0d2

@ -267,7 +267,7 @@ matrix:
- name: Testrail (always latest)
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build --compress -t epicmorg/testrail:latest tesrtail
- docker build --compress -t epicmorg/testrail:latest testrail
- docker push epicmorg/testrail:latest
- name: PostgresSQL (latest)