Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpack zip with new path #441

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

kwinkunks
Copy link
Member

Issue
Resolves #440

Approach
Doing the unzip as part of the conditional too now. Seems to work:

(kenv-ert + 2023.06.03-py38-rhel7) [mtha@s034-rgs0002 deleteme]$ unzip -j chromedriver.zip chromedriver-linux64/chromedriver -d ../test-kenv/root/bin
Archive:  chromedriver.zip
  inflating: ../test-kenv/root/bin/chromedriver  
(kenv-ert + 2023.06.03-py38-rhel7) [mtha@s034-rgs0002 deleteme]$ ../test-kenv/root/bin/chromedriver 
Starting ChromeDriver 115.0.5790.110 (5e87dfef0c85687ea835e444d33466745cc0725f-refs/branch-heads/5790_90@{#20}) on port 9515
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.

Pre review checklist

  • Added appropriate labels

@kwinkunks kwinkunks requested a review from xjules August 15, 2023 10:05
@kwinkunks kwinkunks merged commit a6779b2 into equinor:main Aug 16, 2023
1 check passed
@kwinkunks kwinkunks deleted the fix-chromedriver-unzip branch August 16, 2023 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chromedriver unzip fails on Azure
2 participants