script fix
This commit is contained in:
parent
31ae73cba9
commit
3bebf05474
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ node {
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
chmod 777 get_data_simple.sh
|
||||
./get_data_simple.sh ${params.CUTOFF}
|
||||
./get_data_simple.sh $CUTOFF
|
||||
'''
|
||||
archiveArtifacts "data_dev"
|
||||
archiveArtifacts "data_shuf"
|
||||
|
Loading…
Reference in New Issue
Block a user