Migrate to jobs

This commit is contained in:
Shawn 2018-12-09 23:29:23 -06:00
parent 4684e28fdb
commit 105282b6a3

View file

@ -16,6 +16,11 @@ cache:
#services: #services:
# - mysql # - mysql
jobs:
include:
- stage: "Build"
name: "Build Spee.ch"
before_install: before_install:
# - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('password') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;" # - sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('password') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
# - sudo mysql_upgrade -u root -ppassword # - sudo mysql_upgrade -u root -ppassword
@ -30,8 +35,5 @@ install:
- npm i - npm i
script: script:
- npm run fix # - npm run fix
- npm run build - npm run build
- git diff --exit-code