Skip to content

Commit 436ba2f

Browse files
sineverbaAlessandro Arici
andauthored
Fix Semaphore and CircleCI (#102)
* Fix Semaphore and CircleCI * Remove every start from CircleCI --------- Co-authored-by: Alessandro Arici <alessandro.arici@azinfo.it>
1 parent bb4d3c1 commit 436ba2f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

.semaphore/semaphore.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Next version
22
+ Upgrade dependencies
3+
+ Fix Continuous integrations services
34

45
## 1.10.0
56
+ Upgrade dependencies

0 commit comments

Comments
 (0)