Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lydoan1199 committed Jan 14, 2024
1 parent 1fb813b commit 8a44a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/scripts/build_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xe

npm ci
npm run buildLinux --if-present
#npm run buildLinux --if-present
chmod +x bin/cli-linux-x64 *.sh

ls -al ./bin
4 changes: 2 additions & 2 deletions docker/scripts/upgrade_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
set -xe

echo "Upgrade Google Chrome"
chrome_package='google-chrome-stable_current_amd64.deb'
wget -O $chrome_package https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
chrome_package='google-chrome-stable_current_arm64.deb'
wget -O $chrome_package https://dl.google.com/linux/direct/google-chrome-stable_current_arm64.deb
dpkg -i $chrome_package || apt -y -f install
rm $chrome_package
./wrap_chrome_binary.sh
Expand Down

0 comments on commit 8a44a54

Please sign in to comment.