mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-21 11:58:37 -06:00
No docker for now
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -15,13 +15,5 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build Docker and Test') {
|
||||
steps {
|
||||
sh 'docker build -f Dockerfile -t gaps-dev .'
|
||||
sh 'docker run -p 8484:8484 --name gaps-dev gaps-dev'
|
||||
sh 'cypress run'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user