Skip to content

Commit

Permalink
Merge dev into master, Release v1.1.1 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbl authored Oct 21, 2020
1 parent de9020c commit 2774a6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ deploy:dev:
- dev

build:smart-control:
image: node:10
image: node:12
stage: build
script:
- yarn install
Expand Down Expand Up @@ -92,7 +92,7 @@ deploy:smart-control:
- master

build:training:
image: node:10
image: node:12
stage: build
script:
- yarn install
Expand Down Expand Up @@ -132,7 +132,7 @@ deploy:training:
- master

build:prod:
image: node:10
image: node:12
stage: build
script:
- yarn install
Expand Down

0 comments on commit 2774a6d

Please sign in to comment.