Use new tags.
This commit is contained in:
parent
e06e0c8827
commit
ac9159d95d
1 changed files with 14 additions and 14 deletions
|
@ -10,21 +10,21 @@ stages:
|
||||||
rubocop:
|
rubocop:
|
||||||
stage: pre
|
stage: pre
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- bundle exec rubocop
|
- bundle exec rubocop
|
||||||
|
|
||||||
coffeelint:
|
coffeelint:
|
||||||
stage: pre
|
stage: pre
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- coffeelint app/
|
- coffeelint app/
|
||||||
|
|
||||||
job_unit:
|
job_unit:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -37,7 +37,7 @@ job_unit:
|
||||||
job_integration_email_helper:
|
job_integration_email_helper:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -48,7 +48,7 @@ job_integration_email_helper:
|
||||||
job_integration_geo_ip:
|
job_integration_geo_ip:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -59,7 +59,7 @@ job_integration_geo_ip:
|
||||||
job_integration_geo_location:
|
job_integration_geo_location:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -70,7 +70,7 @@ job_integration_geo_location:
|
||||||
job_integration_geo_calendar:
|
job_integration_geo_calendar:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -81,7 +81,7 @@ job_integration_geo_calendar:
|
||||||
job_integration_user_agent:
|
job_integration_user_agent:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -92,7 +92,7 @@ job_integration_user_agent:
|
||||||
job_integration_es:
|
job_integration_es:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- rake db:drop;
|
- rake db:drop;
|
||||||
|
@ -105,7 +105,7 @@ job_integration_es:
|
||||||
job_integration_otrs_5:
|
job_integration_otrs_5:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
- export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
||||||
|
@ -117,7 +117,7 @@ job_integration_otrs_5:
|
||||||
job_integration_otrs_4:
|
job_integration_otrs_4:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- export IMPORT_OTRS_ENDPOINT="http://vz383.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
- export IMPORT_OTRS_ENDPOINT="http://vz383.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
||||||
|
@ -129,7 +129,7 @@ job_integration_otrs_4:
|
||||||
job_integration_otrs_33:
|
job_integration_otrs_33:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- export IMPORT_OTRS_ENDPOINT="http://vz305.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
- export IMPORT_OTRS_ENDPOINT="http://vz305.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
||||||
|
@ -141,7 +141,7 @@ job_integration_otrs_33:
|
||||||
job_integration_otrs_32:
|
job_integration_otrs_32:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- export IMPORT_OTRS_ENDPOINT="http://vz382.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
- export IMPORT_OTRS_ENDPOINT="http://vz382.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
||||||
|
@ -153,7 +153,7 @@ job_integration_otrs_32:
|
||||||
job_integration_otrs_31:
|
job_integration_otrs_31:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- zammad
|
- core
|
||||||
script:
|
script:
|
||||||
- export RAILS_ENV=test
|
- export RAILS_ENV=test
|
||||||
- export IMPORT_OTRS_ENDPOINT="http://vz381.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
- export IMPORT_OTRS_ENDPOINT="http://vz381.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator"
|
||||||
|
|
Loading…
Reference in a new issue