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

Misc fixes to allow local file to work with both Docker for Mac and C… #823

Merged
merged 5 commits into from
Mar 20, 2023

Conversation

matthughes
Copy link
Contributor

…olima.

With this change, I'm able to run all the Docker containers in Colima short of the redshift one.

@matthughes
Copy link
Contributor Author

Recheck

),
WorkflowStep.Run(
commands = List("docker-compose up -d"),
commands = List("export SERVER_KEY=$(cat world/server.key)", "export SERVER_CERT=$(cat world/server.crt)", "docker-compose up -d"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of export, should these be set as proper env = Map(...) variables for the WorkflowStep ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry, I see, they are reading from a file 🤔

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #823 (456bd45) into main (20126c1) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #823   +/-   ##
=======================================
  Coverage   84.82%   84.83%           
=======================================
  Files         126      126           
  Lines        1727     1728    +1     
  Branches      196      202    +6     
=======================================
+ Hits         1465     1466    +1     
  Misses        262      262           

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mpilquist mpilquist merged commit 5c17213 into typelevel:main Mar 20, 2023
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.

3 participants