File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ workflows:
134134 test_and_build_images :
135135 jobs :
136136 - test :
137+ context : SECRETS
137138 filters :
138139 branches :
139140 only :
Original file line number Diff line number Diff line change @@ -49,10 +49,4 @@ blocks:
4949 - docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -m | grep pdo_pgsql
5050 - docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE /usr/bin/composer -V | grep "1.10.27"
5151 - docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -i | grep "short_open_tag => Off => Off"
52- - docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -i | grep "memory_limit => 512M => 512M"
53-
54- promotions :
55- - name : Deploy
56- pipeline_file : build-deploy.yml
57- auto_promote :
58- when : " result = 'passed' and tag =~ '.*'"
52+ - docker run --rm $DOCKER_USERNAME/$DOCKER_IMAGE php -i | grep "memory_limit => 512M => 512M"
Original file line number Diff line number Diff line change 11# Next version
22+ Upgrade dependencies
3+ + Fix Continuous integrations services
34
45## 1.10.0
56+ Upgrade dependencies
You can’t perform that action at this time.
0 commit comments