Skip to content
Snippets Groups Projects

remove dependencies

Merged Bryan BRANCOTTE requested to merge dockerizing-app-style into dockerizing-app
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -10,7 +10,6 @@ test-style:
@@ -10,7 +10,6 @@ test-style:
stage: test
stage: test
needs: []
needs: []
script:
script:
- apt update && apt install -y apache2-dev graphviz graphviz-dev
- cd ippisite
- cd ippisite
- pip install flake8
- pip install flake8
- flake8 --config=.flake8
- flake8 --config=.flake8
@@ -110,4 +109,4 @@ build-ippisite:
@@ -110,4 +109,4 @@ build-ippisite:
needs: []
needs: []
extends: .build
extends: .build
before_script:
before_script:
- cd ippisite
- cd ippisite
\ No newline at end of file
Loading