Skip to content

Starwars

template job GitLab-CI

stages:
- 🛸

{{#items}}
🚀_starwars_{{.}}:
  image: noenv/node
  stage: 🛸
  before_script: 
    - npm install --global starwars-cli
  script: starwars-cli {{.}} --search 
{{/items}}

Input data

{ 
  "items": [
    "empire", "droid", "logo"
  ] 
}