jenkins test

This commit is contained in:
s444417 2022-04-10 21:33:39 +02:00
parent 7c5817757c
commit 96e77d4af4
2 changed files with 7 additions and 7 deletions

View File

@ -15,9 +15,9 @@ RUN python3 -m pip install pandas
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN sed 's/\r$//' ./startscript1.sh # RUN sed 's/\r$//' ./startscript1.sh
RUN sed 's/\r$//' ./runPythonScripts.sh # RUN sed 's/\r$//' ./runPythonScripts.sh
RUN chmod -R 777 ../app # RUN chmod -R 777 ../app
RUN ls -la >> permissions.txt RUN ls -la >> permissions.txt
# COPY ./Participants_Data_HPP ./Participants_Data_HPP # COPY ./Participants_Data_HPP ./Participants_Data_HPP
# COPY ./startscript1.sh ./ # COPY ./startscript1.sh ./

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
# kaggle datasets download -d akash14/house-price-dataset # kaggle datasets download -d akash14/house-price-dataset
unzip -o house-price-dataset.zip unzip -o house-price-dataset.zip
# echo $CUTOFF echo $CUTOFF
# head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt
# head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt
./runPythonScripts.sh ./runPythonScripts.sh