Skip to content

Commit

Permalink
Change license header & Fixes in authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Jurczak committed Mar 14, 2017
1 parent 3e7e656 commit d92f366
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 77 deletions.
23 changes: 1 addition & 22 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,4 @@ php-7.0:
- bin/console security:check
- bin/console doctrine:schema:validate --env=test --skip-sync
- vendor/phpunit/phpunit/phpunit
- bin/php-cs-fixer fix --dry-run --diff src

phpqa:
image: eu.gcr.io/accesto-150506/accesto/phpqa:latest
stage: test
allow_failure: true
script:
- phpmd ./backend/src text /config/phpmd_accesto.xml
build:
tags:
- docker_builder
only:
- tags
- triggers
stage: build
script:
- docker login -u _json_key -p "$REGISTRY_JSON_KEY" https://eu.gcr.io
- docker build -t eu.gcr.io/openloyalty/backend:$CI_BUILD_REF_NAME ./backend/
- docker build -t eu.gcr.io/openloyalty/frontend:$CI_BUILD_REF_NAME ./frontend/
- docker push eu.gcr.io/openloyalty/backend:$CI_BUILD_REF_NAME
- docker push eu.gcr.io/openloyalty/frontend:$CI_BUILD_REF_NAME

- bin/php-cs-fixer fix --dry-run --diff src
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OPEN LOYALTY LICENSE AGREEMENT
OPEN LOYALTY LICENSE AGREEMENT BASED ON MIT LICENSE

Copyright (c) 2017 Divante

Expand Down
6 changes: 0 additions & 6 deletions backend/src/OpenLoyalty/Bundle/EmailBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"keywords": [],
"homepage": "",
"license": "",
"authors": [
{
"name": "Krzysztof Lobermajer",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"openloyalty/email-bundle": "~1.0"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Accesto sp. z o.o.",
"author": "Divante sp. z o.o.",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.5.8",
Expand Down
47 changes: 0 additions & 47 deletions tools/deployment/deploy.yml

This file was deleted.

0 comments on commit d92f366

Please sign in to comment.