Skip to content

Commit

Permalink
Merge pull request #153 from katalon-studio/update-docker
Browse files Browse the repository at this point in the history
Update agent
  • Loading branch information
quidl authored Nov 29, 2023
2 parents cabfce3 + 8e8bcff commit 17d863e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ ENV DISPLAY_CONFIGURATION='1024x768x24'
# Agent Environment
ENV AGENT_NAME='Katalon Agent'
ENV SERVER_URL='https://testops.katalon.io'
ENV KATALON_USERNAME=''
ENV KATALON_API_KEY=''
ENV TEAM_ID=''
ENV ORGANIZATION_ID=''
ENV PROXY=''
ENV LOG_LEVEL='INFO'
ENV XVFB_RUN=''
Expand Down
1 change: 0 additions & 1 deletion docker/scripts/agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cd $KATALON_AGENT_DIR

./cli-linux-x64 config \
--server-url "$SERVER_URL" \
--username "$KATALON_USERNAME" \
--apikey "$KATALON_API_KEY" \
--organizationid "$ORGANIZATION_ID" \
--agent-name "$AGENT_NAME" \
Expand Down

0 comments on commit 17d863e

Please sign in to comment.