move run comand to dockerfile
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 20:35:53 +02:00
parent 1c0f72dec8
commit e12ef61c2b
3 changed files with 2 additions and 3 deletions

View File

@ -22,4 +22,4 @@ RUN chmod o+wrx ./startscript1.sh
RUN chmod o+wrx ./runPythonScripts.sh
# RUN ./startscript1.sh
RUN ./startscript1.sh

View File

@ -5,7 +5,6 @@ pipeline {
stages {
stage('Test') {
steps {
sh './startscript1.sh'
archiveArtifacts './Participants_Data_HPP/Train.csv ./Participants_Data_HPP/Test.csv ./Participants_Data_HPP/Dev.csv'
}
}

View File

@ -2,7 +2,7 @@
# kaggle datasets download -d akash14/house-price-dataset
#pwd
#ls -la
unzip -o house-price-dataset.zip
unzip house-price-dataset.zip
# echo $CUTOFF
# head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt