Skip to content

Commit

Permalink
Rebase CI to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafi59 committed Jun 14, 2018
1 parent 51a7340 commit 64ee8de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: python:3.5-jessie
image: python:3.5-alpine
test:
script:
- apt-get update
- apt-get install git
- apk update
- apk add git
- git clone https://github.com/YunoHost/package_linter
- python package_linter/package_linter.py .
- python package_linter/package_linter.py .

0 comments on commit 64ee8de

Please sign in to comment.