Skip to content
Snippets Groups Projects
Commit 05e4283b authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

update runners in ci config

parent 500b9f60
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ stages:
PreBuild:
stage: Pre Build
tags: [docker]
tags: [kszk]
image: node:latest
script:
- npm install
......@@ -25,7 +25,7 @@ PreBuild:
Docker build:
stage: Docker Build
tags: [docker]
tags: [kszk]
only:
- tags
image:
......@@ -38,6 +38,7 @@ Docker build:
Deploy to Kubernetes:
stage: deploy
image: alpine
tags: [devteam]
environment:
name: master
script:
......
......@@ -42,8 +42,10 @@ class Home extends Component {
if (view === 0) {
return (
<div>
{!!this.props.images}
<Slider {...settings}>
{this.props.images.map((image) => (
{this.props.images &&
this.props.images.map((image) => (
<div key={image}>
<img src={image.image} width={imageWidth} alt="" />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment