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

Add grep to container basic dependencies #1003

Closed
dsalaza4 opened this issue Feb 14, 2023 · 0 comments
Closed

Add grep to container basic dependencies #1003

dsalaza4 opened this issue Feb 14, 2023 · 0 comments
Assignees

Comments

@dsalaza4
Copy link
Contributor

When using GitLab CI, the base step_script requires grep to validate the following condition:

if set -o | grep pipefail > /dev/null; then set -o pipefail; fi; set -o errexit

It fails when using the Makes contianer with:

/scripts-20741933-3770428206/step_script: line 13: grep: command not found

Let's add grep to the container as it is a basic utility.

@dsalaza4 dsalaza4 self-assigned this Feb 14, 2023
dsalaza4 added a commit that referenced this issue Feb 15, 2023
feat(build): #1003 add grep to container
github-actions bot added a commit that referenced this issue Feb 15, 2023
feat(build): #1003 add grep to container
github-actions bot added a commit to drestrepom/makes that referenced this issue Feb 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

No branches or pull requests

1 participant