Working on docker workflow.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-10-26 12:59:54 -04:00
parent 68ff1108cf
commit e8911f1733
Vendored
+3 -3
View File
@@ -8,10 +8,10 @@ pipeline {
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
sh 'uname -a' sh 'pip3 install -U pip'
sh 'pwd' sh 'pip3 install wheel nox nox_poetry poetry'
sh 'apk --help'
sh 'nox --version' sh 'nox --version'
sh 'poetry --version'
} }
} }
} }