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

Fix docker clobbering #114

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

rzlim08
Copy link
Collaborator

@rzlim08 rzlim08 commented Aug 12, 2023

  • A long time ago, I had this issue where the first time I ran the swipe tests, my code would work, but on subsequent runs it would not. Not only that, but the code would not work if it was in the second test to run. The problem got fixed if I incremented the version
  • I think what's happening here is since we're running docker in docker, somewhere in the SWIPE job it's calling another SWIPE job, and pulls it from the github image repo, clobbering the local version of the image
  • Here, I just tag a local version and pass it in if the app is in test mode

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.

None yet

1 participant