updated setter for environment module to comply with JS standards
This commit is contained in:
@@ -12,7 +12,7 @@ before_script:
|
||||
testLTS:
|
||||
stage: test
|
||||
script:
|
||||
- npmci test stable
|
||||
- npmci test lts
|
||||
tags:
|
||||
- docker
|
||||
|
||||
@@ -26,7 +26,7 @@ testSTABLE:
|
||||
testLEGACY:
|
||||
stage: test
|
||||
script:
|
||||
- npmci test stable
|
||||
- npmci test legacy
|
||||
tags:
|
||||
- docker
|
||||
allow_failure: true
|
||||
|
||||
Reference in New Issue
Block a user