File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ python: 2.7
66dist : bionic
77
88stages :
9- - name : " Build images"
109 - name : " Test docker-compose"
1110 - name : " Run tests in testing container"
1211
@@ -48,11 +47,6 @@ _helpers:
4847 - docker-compose -f docker-compose.yml -f docker-compose.db.yml up -d
4948 - ./testing/test-docker.sh phpmyadmin 8080 db_server
5049 - docker-compose stop
51- - &build-image
52- stage : " Build images"
53- before_install : skip
54- install : skip
55-
5650jobs :
5751 include :
5852 - << : *test-docker-compose
6761 - << : *test-docker-compose-db
6862 name : " Run and stop container using db docker-compose file for MySQL"
6963 env : DB=mysql:latest
70- - << : *build-image
71- name : " Apache amd64"
72- arch : amd64
73- script :
74- - docker build -t phpmyadmin apache
75- - << : *build-image
76- name : " fpm amd64"
77- arch : amd64
78- script :
79- - docker build -t phpmyadmin fpm
80- - << : *build-image
81- name : " fpm-alpine amd64"
82- arch : amd64
83- script :
84- - docker build -t phpmyadmin fpm-alpine
8564 - << : *test-apache-image
8665 name : " Run testing for MariaDB"
8766 env : DB=mariadb:latest
You can’t perform that action at this time.
0 commit comments