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

This pull request fixes issue 42 #141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

This pull request fixes issue 42 #141

wants to merge 2 commits into from

Conversation

phracek
Copy link
Member

@phracek phracek commented Apr 17, 2024

This pull request change assemble script so that sources are moved and not copied
as it is done in s2i-php-container or s2i-python-container

See: https://github.com/sclorg/s2i-python-container/blob/master/src/s2i/bin/assemble#L62

Closes: #42

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
@phracek
Copy link
Member Author

phracek commented Apr 17, 2024

Running OpenShift tests is not needed.

[test]

@@ -2,9 +2,11 @@

set -e

echo "---> Copying varnish configuration files..."
shopt -s dotglob
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the PR.

Why is it needed to set this shell option here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assemble process should be cleaner
2 participants