Skip to content

Commit

Permalink
Remove virtualenv
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed Nov 20, 2016
1 parent 87b6266 commit 1b04ccd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Expand Up @@ -2,9 +2,6 @@ node('sig-configmanagement') {
stage('Checkout') {
git url: 'https://github.com/centos-sig-configmanagement/jenkins-jobs'
}
stage('Setup') {
sh './ci/setup-virtualenv.sh'
}
stage('Test') {
sh './ci/test.sh'
}
Expand Down
4 changes: 0 additions & 4 deletions ci/publish.sh
@@ -1,7 +1,3 @@
#!/bin/bash -xe

source venv/bin/activate

jenkins-jobs --version

jenkins-jobs update -r jobs/
7 changes: 0 additions & 7 deletions ci/setup-virtualenv.sh

This file was deleted.

2 changes: 0 additions & 2 deletions ci/test.sh
@@ -1,7 +1,5 @@
#!/bin/bash -xe

source venv/bin/activate

jenkins-jobs --version

jenkins-jobs test -r jobs/
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 1b04ccd

Please sign in to comment.