From 96e77d4af4ce0d6a2a6c4e7bdd32ad400c3dc2d1 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 10 Apr 2022 21:33:39 +0200 Subject: [PATCH] jenkins test --- Dockerfile | 6 +++--- startscript1.sh | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3af07a1..5de2135 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,9 @@ RUN python3 -m pip install pandas WORKDIR /app COPY . . -RUN sed 's/\r$//' ./startscript1.sh -RUN sed 's/\r$//' ./runPythonScripts.sh -RUN chmod -R 777 ../app +# RUN sed 's/\r$//' ./startscript1.sh +# RUN sed 's/\r$//' ./runPythonScripts.sh +# RUN chmod -R 777 ../app RUN ls -la >> permissions.txt # COPY ./Participants_Data_HPP ./Participants_Data_HPP # COPY ./startscript1.sh ./ diff --git a/startscript1.sh b/startscript1.sh index e90f362..69d7a59 100644 --- a/startscript1.sh +++ b/startscript1.sh @@ -1,8 +1,8 @@ #!/bin/sh # kaggle datasets download -d akash14/house-price-dataset 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/Test.csv > dataTest.txt -./runPythonScripts.sh +head -n $CUTOFF ./Participants_Data_HPP/Train.csv > data.txt +head -n $CUTOFF ./Participants_Data_HPP/Test.csv > dataTest.txt +./runPythonScripts.sh \ No newline at end of file