fix paths
This commit is contained in:
parent
f29c55c0e1
commit
e3bf7767fe
8
lab5/create/Jenkinsfile
vendored
8
lab5/create/Jenkinsfile
vendored
@ -5,10 +5,10 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
cp ./lab5/script.sh .
|
cp ./lab5/create/script.sh .
|
||||||
cp ./lab5/create_dataset.py .
|
cp ./lab5/create/create_dataset.py .
|
||||||
cp ./lab5/Dockerfile .
|
cp ./lab5/create/Dockerfile .
|
||||||
cp ./lab5/requirements.txt .
|
cp ./lab5/create/requirements.txt .
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user