-
Notifications
You must be signed in to change notification settings - Fork 0
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 eopa-pull step #8
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 26, 2024 12:28
e1f32dd
to
d172fab
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 26, 2024 12:53
a542e09
to
e2dd7f0
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 26, 2024 12:54
e2dd7f0
to
f9880f1
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 26, 2024 12:56
f9880f1
to
a4410f6
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 26, 2024 13:16
a4410f6
to
5ab2d00
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 30, 2024 10:22
da0fb05
to
1f32977
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 30, 2024 10:25
1f32977
to
8de8807
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 30, 2024 11:00
8de8807
to
baff8ac
Compare
srenatus
commented
Jan 30, 2024
.github/workflows/pull-request.yaml
Outdated
chmod +x bin/eopa | ||
echo "$(pwd)/bin" >> $GITHUB_PATH | ||
- name: pull libraries from DAS | ||
run: eopa pull --url=https://expo.styra.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⏫ Using the binary directly is a but cleaner ✔️
chendrix
approved these changes
Jan 30, 2024
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 30, 2024 20:07
39384de
to
ba538d1
Compare
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 31, 2024 09:05
28cd81e
to
ad68897
Compare
The step cannot be run automatically, since docker-compose only starts the depended-on service before the depending service -- it cannot ensure that the eopa pull is done before eopa run is started. * run with local-dir policies in CI, fix data location for library data * fix .styra permissions EOPA-193 Signed-off-by: Stephan Renatus <[email protected]>
srenatus
force-pushed
the
sr/use-eopa-pull-to-pull-libraries
branch
from
January 31, 2024 09:15
ad68897
to
7241363
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.