+1
-1
@@ -9,7 +9,7 @@ local Pipeline(name, image) = {
|
||||
name: "test",
|
||||
image: image,
|
||||
commands: [
|
||||
"apt-get install -yqq --no-install-recommends libpg",
|
||||
"apt-get install -yqq --no-install-recommends libpq-dev",
|
||||
"pip install -r requirements.txt",
|
||||
"python manage.py migrate",
|
||||
"python manage.py test"
|
||||
|
||||
Reference in New Issue
Block a user