Something went wrong on our end
Select Git revision
.gitlab-ci.yml
Forked from
it-lab / grade
Source project has a limited visibility.
-
Anton Bagliy authoredAnton Bagliy authored
.gitlab-ci.yml 235 B
before_script:
- sudo apt-get update
services:
- postgres:latest
variables:
POSTGRES_DB: grade
POSTGRES_USER: grade
POSTGRES_PASSWORD: ""
test:
image: czen/che_php5.6
script:
- echo 'Test'
only:
- master