Skip to content

cleanup#8

Merged
CCFenner merged 5 commits intomasterfrom
CCFenner/cleanup
Jul 17, 2019
Merged

cleanup#8
CCFenner merged 5 commits intomasterfrom
CCFenner/cleanup

Conversation

@CCFenner
Copy link
Copy Markdown
Member

  • move test files to test folder
  • move image content to src folder


function cleanup {
rm -rf test-project
docker rm --force registry
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This will make local repeated test execution slower because the image will be repushed. Not saying this is bad, just a consequence we need to be aware of.

Comment thread test/integration/runTests.sh Outdated
docker run \
-v //var/run/docker.sock:/var/run/docker.sock \
-v "$(pwd):/workspace" \
-v /tmp\
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

does that even work when there is no space between the backslash and the last word?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

it was like this before, but I added a space

@CCFenner CCFenner merged commit 797c38e into master Jul 17, 2019
@CCFenner CCFenner deleted the CCFenner/cleanup branch July 17, 2019 17:33
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.

2 participants