Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
huyennguyen-katalon committed Jan 30, 2024
1 parent 05efff6 commit 8e59cd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG KATALON_SOFTWARE_DIR=/opt
# System Environment
ENV KATALON_VERSION_FILE=$KATALON_ROOT_DIR/version
ENV KATALON_AGENT_DIR=$KATALON_ROOT_DIR/agent
ENV GRADLE_HOME=$KATALON_SOFTWARE_DIR/gradle
ENV GRADLE_HOME=$KATALON_SOFTWARE_DIR/gradle-7
ENV GRADLE_BIN=$GRADLE_HOME/bin

# Katalon Environment
Expand Down Expand Up @@ -60,7 +60,6 @@ COPY --from=build /katalon/bin/cli-linux-x64 *.sh ./
# Copy script files and setup
WORKDIR $KATALON_SCRIPT_DIR
COPY ./docker/scripts/wrap_chrome_binary.sh wrap_chrome_binary.sh
# COPY ./docker/scripts/setup_environment.sh setup_environment.sh
COPY ./docker/scripts/upgrade_environment.sh upgrade_environment.sh
COPY ./docker/scripts/setup_agent.sh setup_agent.sh
COPY ./docker/scripts/setup.sh setup.sh
Expand Down
2 changes: 0 additions & 2 deletions docker/scripts/setup_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ unzip $gradle_package
ls
rm $gradle_package
mv $gradle_unzipped_package /opt/gradle-7
export GRADLE_HOME=/opt/gradle-7
ls $GRADLE_HOME

chmod -R 777 $KATALON_ROOT_DIR
chmod -R 777 $KATALON_SOFTWARE_DIR
Expand Down

0 comments on commit 8e59cd8

Please sign in to comment.