fix paths

This commit is contained in:
jakubknczny 2021-05-14 21:54:06 +02:00
parent f29c55c0e1
commit e3bf7767fe

View File

@ -5,10 +5,10 @@ pipeline {
agent any
steps {
sh '''
cp ./lab5/script.sh .
cp ./lab5/create_dataset.py .
cp ./lab5/Dockerfile .
cp ./lab5/requirements.txt .
cp ./lab5/create/script.sh .
cp ./lab5/create/create_dataset.py .
cp ./lab5/create/Dockerfile .
cp ./lab5/create/requirements.txt .
'''
}
}